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