Package org.openbravo.base.util
Class ArgumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openbravo.base.exception.OBException
-
- org.openbravo.base.util.ArgumentException
-
- All Implemented Interfaces:
Serializable
public class ArgumentException extends OBException
Exception which can be used to indicate that arguments of a method have illegal values. Is an unchecked exception which also logs itself.- Author:
- mtaal
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArgumentException()
ArgumentException(String message)
ArgumentException(String message, Throwable cause)
ArgumentException(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
-
-