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:
java.io.Serializable
public class IllegalTransitionException extends BioException
This exception indicates that there is no transition between two states.- Author:
- Matthew Pocock
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalTransitionException()
IllegalTransitionException(State from, State to)
IllegalTransitionException(State from, State to, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description State
getFrom()
State
getTo()
-