Package pl.allegro.tech.opel
Class OpelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- pl.allegro.tech.opel.OpelException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
OpelLogicalExpressionException
public class OpelException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpelException()OpelException(java.lang.Exception e)OpelException(java.lang.String msg)OpelException(java.lang.String msg, java.lang.Exception e)
-