Package org.qdl_lang.expressions
Class UnevaluatedExpressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- org.qdl_lang.expressions.UnevaluatedExpressionException
-
- All Implemented Interfaces:
Serializable
public class UnevaluatedExpressionException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException
Created by Jeff Gaynor
on 1/13/20 at 3:19 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnevaluatedExpressionException()
UnevaluatedExpressionException(String message)
UnevaluatedExpressionException(String message, Throwable cause)
UnevaluatedExpressionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-