|
|||||||||
PREV CLASS 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
java.lang.IllegalStateException
com.neeve.rog.ERogFieldNotSetException
public class ERogFieldNotSetException
An unchecked exception used to indicate that a field is not set.
Constructor Summary | |
---|---|
ERogFieldNotSetException(String message)
Construct using an error message. |
|
ERogFieldNotSetException(String message,
Throwable cause)
Construct using an error message and a linked exception |
|
ERogFieldNotSetException(Throwable cause)
Construct using a linked exception |
Method Summary |
---|
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 ERogFieldNotSetException(String message)
public ERogFieldNotSetException(Throwable cause)
public ERogFieldNotSetException(String message, Throwable cause)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |