Package org.ehrbase.aql.sql.queryimpl
Class UnknownVariableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ehrbase.aql.sql.queryimpl.UnknownVariableException
-
- All Implemented Interfaces:
Serializable
public class UnknownVariableException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownVariableException(String variable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownVariableException
public UnknownVariableException(String variable)
-
-