Package pl.allegro.tech.opel
Class OpelLogicalExpressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- pl.allegro.tech.opel.OpelException
-
- pl.allegro.tech.opel.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)
-
-
-
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)
-
-