Class OPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.tangosol.coherence.dsltools.precedence.OPException
-
- All Implemented Interfaces:
Serializable
public class OPException extends RuntimeException
OPExpression is the RuntimeException thrown by the OPParser and OPScanner when problems are detected.- Author:
- djl 2009.03.14
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OPException()
Construct 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 Detail
-
OPException
public OPException(String sMessage)
Construct a new OPException with the given message string.- Parameters:
sMessage
- the message String for the exception
-
OPException
public OPException()
Construct a new OPException.
-
-