Package com.googlecode.aviator.exception
Class IllegalArityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.googlecode.aviator.exception.IllegalArityException
- All Implemented Interfaces:
Serializable
Illegal function arity exception.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIllegalArityException
(String message) IllegalArityException
(String message, Throwable cause) IllegalArityException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
-
Constructor Details
-
IllegalArityException
public IllegalArityException() -
IllegalArityException
-
IllegalArityException
-
IllegalArityException
-