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