|
|||||||||
| Home >> All >> org >> sbugs >> [ exceptions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.sbugs.exceptions
Class InvalidTransitionException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.sbugs.exceptions.SbugsException
org.sbugs.exceptions.InvalidTransitionException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidTransitionException
- extends SbugsException
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private int |
endStateId
|
private int |
startStateId
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
InvalidTransitionException(int startStateId,
int endStateId)
|
|
InvalidTransitionException(int startStateId,
int endStateId,
java.lang.String message)
|
|
| Method Summary | |
int |
getEndStateId()
|
int |
getStartStateId()
|
protected void |
setEndStateId(int id)
|
protected void |
setStartStateId(int id)
|
| 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 |
| Field Detail |
startStateId
private int startStateId
endStateId
private int endStateId
| Constructor Detail |
InvalidTransitionException
public InvalidTransitionException(int startStateId,
int endStateId,
java.lang.String message)
InvalidTransitionException
public InvalidTransitionException(int startStateId,
int endStateId)
| Method Detail |
getStartStateId
public int getStartStateId()
setStartStateId
protected void setStartStateId(int id)
getEndStateId
public int getEndStateId()
setEndStateId
protected void setEndStateId(int id)
|
|||||||||
| Home >> All >> org >> sbugs >> [ exceptions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC