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