public class IllegalTransitionException extends BioException
| Constructor and Description | 
|---|
IllegalTransitionException()  | 
IllegalTransitionException(State from,
                          State to)  | 
IllegalTransitionException(State from,
                          State to,
                          String message)  | 
| Modifier and Type | Method and Description | 
|---|---|
State | 
getFrom()  | 
State | 
getTo()  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalTransitionException(State from, State to, String message)
public IllegalTransitionException(State from, State to)
public IllegalTransitionException()
Copyright © 2020 BioJava. All rights reserved.