Class OpelLogicalExpressionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OpelLogicalExpressionException
    extends OpelException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OpelLogicalExpressionException​(pl.allegro.tech.opel.Operator logicalOperator, java.lang.Object left, java.lang.Exception exception)  
      OpelLogicalExpressionException​(pl.allegro.tech.opel.Operator logicalOperator, java.lang.Object left, java.lang.Object right, java.lang.Exception exception)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OpelLogicalExpressionException

        public OpelLogicalExpressionException​(pl.allegro.tech.opel.Operator logicalOperator,
                                              java.lang.Object left,
                                              java.lang.Exception exception)
      • OpelLogicalExpressionException

        public OpelLogicalExpressionException​(pl.allegro.tech.opel.Operator logicalOperator,
                                              java.lang.Object left,
                                              java.lang.Object right,
                                              java.lang.Exception exception)