java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
omix.util.NoSuchLocalVariableException
- All Implemented Interfaces:
Serializable
public class NoSuchLocalVariableException extends RuntimeException
This exception is thrown when OVL code takes access to a local variable that does not exist.
- Since:
- Omix 1.8.2
- Author:
- Dr. Peter Droste
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NoSuchLocalVariableException()
NoSuchLocalVariableException(String message)
NoSuchLocalVariableException(String message, Throwable cause)
NoSuchLocalVariableException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
NoSuchLocalVariableException(Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchLocalVariableException
-
NoSuchLocalVariableException
-
NoSuchLocalVariableException
-
NoSuchLocalVariableException
-
NoSuchLocalVariableException
public NoSuchLocalVariableException()
-