public class IllegalTransitionException extends BioException
Constructor and Description |
---|
IllegalTransitionException() |
IllegalTransitionException(State from,
State to) |
IllegalTransitionException(State from,
State to,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
State |
getFrom() |
State |
getTo() |