|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
fr.lri.swingstates.sm.StateNotFoundException
public class StateNotFoundException
A StateNotFoundException exception is raised
when attempting to retrieve a state that does not exist.
| Constructor Summary | |
|---|---|
StateNotFoundException()
Builds a StateNotFoundException exception. |
|
StateNotFoundException(java.lang.String state)
Builds a StateNotFoundException exception. |
|
| Method Summary | |
|---|---|
java.lang.String |
getStateName()
Returns the name of the state that is not found. |
void |
setStateName(java.lang.String stateName)
Sets the name of the state that is not found. |
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StateNotFoundException()
StateNotFoundException exception.
public StateNotFoundException(java.lang.String state)
StateNotFoundException exception.
state - The name of the state that is not found.| Method Detail |
|---|
public java.lang.String getStateName()
public void setStateName(java.lang.String stateName)
stateName - The name of the state.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||