Package org.openbravo.base.util
Class CheckException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openbravo.base.exception.OBException
-
- org.openbravo.base.util.CheckException
-
- All Implemented Interfaces:
Serializable
public class CheckException extends OBException
Is thrown by theCheck
invariant check methods. Unchecked state exception which also logs itself.- Author:
- mtaal
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckException()
CheckException(String message)
CheckException(String message, Throwable cause)
CheckException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.openbravo.base.exception.OBException
getLogger, isLogExceptionNeeded
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-