Class OPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tangosol.coherence.dsltools.precedence.OPException
- All Implemented Interfaces:
Serializable
OPExpression is the RuntimeException thrown by the OPParser and OPScanner
when problems are detected.
- Author:
- djl 2009.03.14
- See Also:
-
Constructor Summary
ConstructorDescriptionConstruct a new OPException.OPException
(String sMessage) Construct a new OPException with the given message string. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OPException
Construct a new OPException with the given message string.- Parameters:
sMessage
- the message String for the exception
-
OPException
public OPException()Construct a new OPException.
-