Package com.googlecode.aviator.exception
Class FunctionNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.googlecode.aviator.exception.ExpressionRuntimeException
-
- com.googlecode.aviator.exception.FunctionNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class FunctionNotFoundException extends ExpressionRuntimeException
Function not found exception.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description FunctionNotFoundException()
FunctionNotFoundException(java.lang.String message)
FunctionNotFoundException(java.lang.String message, java.lang.Throwable cause)
FunctionNotFoundException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FunctionNotFoundException
public FunctionNotFoundException()
-
FunctionNotFoundException
public FunctionNotFoundException(java.lang.String message, java.lang.Throwable cause)
-
FunctionNotFoundException
public FunctionNotFoundException(java.lang.String message)
-
FunctionNotFoundException
public FunctionNotFoundException(java.lang.Throwable cause)
-
-