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:
  • Constructor Details

    • 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.