|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.biojava.bio.BioException
org.biojava.bio.dp.IllegalTransitionException
public class IllegalTransitionException
This exception indicates that there is no transition between two states.
| Constructor Summary | |
|---|---|
IllegalTransitionException()
|
|
IllegalTransitionException(State from,
State to)
|
|
IllegalTransitionException(State from,
State to,
java.lang.String message)
|
|
| Method Summary | |
|---|---|
State |
getFrom()
|
State |
getTo()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IllegalTransitionException(State from,
State to,
java.lang.String message)
public IllegalTransitionException(State from,
State to)
public IllegalTransitionException()
| Method Detail |
|---|
public State getFrom()
public State getTo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||