Package org.biojava.bio.dp
Class IllegalTransitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.biojava.bio.BioException
org.biojava.bio.dp.IllegalTransitionException
- All Implemented Interfaces:
Serializable
This exception indicates that there is no transition between two states.
- Author:
- Matthew Pocock
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalTransitionException
(State from, State to) IllegalTransitionException
(State from, State to, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalTransitionException
-
IllegalTransitionException
-
IllegalTransitionException
public IllegalTransitionException()
-
-
Method Details
-
getFrom
-
getTo
-