Package org.qdl_lang.state
Class VariableState.CyclicalError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- org.qdl_lang.exceptions.QDLException
-
- org.qdl_lang.state.VariableState.CyclicalError
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- VariableState
public static class VariableState.CyclicalError extends QDLException
Thrown byVariableState.ResolveState
if a cycle is found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CyclicalError(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CyclicalError
public CyclicalError(String message)
-
-