|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ilog.tgo.model.IltInvalidStateValueException
public class IltInvalidStateValueException
Signals the user is trying to set an invalid state value.
| Constructor Summary | |
|---|---|
IltInvalidStateValueException(IltState state,
Object value)
Constructs an IltInvalidStateValueException with no detail message. |
|
IltInvalidStateValueException(IltState state,
Object value,
String s)
Constructs an IltInvalidStateValueException with the specified detail message. |
|
| Method Summary | |
|---|---|
IltState |
getState()
Returns the state whose value being set is invalid |
Object |
getValue()
Returns the invalid value |
| 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 IltInvalidStateValueException(IltState state,
Object value)
state - the state instance whose value is being setvalue - invalid value
public IltInvalidStateValueException(IltState state,
Object value,
String s)
state - the state instance whose value is being setvalue - invalid value| Method Detail |
|---|
public IltState getState()
public Object getValue()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||