|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jpl.eda.archive.server.RuleException
This class is intended to be thrown as an exception in the
Rule class.
Rule,
Serialized Form| Constructor Summary | |
RuleException()
Constructor given no arguments. |
|
RuleException(java.lang.String message)
Constructor given a message string. |
|
RuleException(java.lang.String message,
java.lang.Throwable cause)
Constructor given a message and a cause. |
|
RuleException(java.lang.Throwable cause)
Constructor given a cause. |
|
| 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 RuleException()
Exception constructor with the
same signature.
public RuleException(java.lang.String message)
Exception constructor with the
same signature.
message - The message associated with the exception.public RuleException(java.lang.Throwable cause)
Exception constructor with the
same signature.
cause - The exception that caused this exception.
public RuleException(java.lang.String message,
java.lang.Throwable cause)
Exception constructor with the
same signature.
message - The message associated with the exception.cause - The exception that caused this exception.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||