|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.christopherschultz.evaluator.EvaluationException
net.christopherschultz.evaluator.UnexpectedArgumentException
public class UnexpectedArgumentException
An exception type denoting an unexpected argument.
| Constructor Summary | |
|---|---|
UnexpectedArgumentException()
Creates a new UnexpectedArgumentException. |
|
UnexpectedArgumentException(String message)
Creates a new UnexpectedArgumentException with the specified message. |
|
UnexpectedArgumentException(String message,
Throwable cause)
Creates a new UnexpectedArgumentException with the specified message and cause. |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnexpectedArgumentException()
public UnexpectedArgumentException(String message)
message - A descriptive message about why the exception is
being thrown.
public UnexpectedArgumentException(String message,
Throwable cause)
message - A descriptive message about why the exception is
being thrown.cause - The exception that caused this one to be thrown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||