Package com.illumon.util
Class ValidatedArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
com.illumon.util.ValidatedArgumentException
- All Implemented Interfaces:
Serializable
public class ValidatedArgumentException extends UncheckedDeephavenException
Basically a duplicate of ArgumentException from DB, but put here to allow use without a DB dependency.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ValidatedArgumentException()
ValidatedArgumentException(String reason)
ValidatedArgumentException(String reason, Throwable cause)
ValidatedArgumentException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
ValidatedArgumentException(Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidatedArgumentException
-
ValidatedArgumentException
-
ValidatedArgumentException
-
ValidatedArgumentException
-
ValidatedArgumentException
public ValidatedArgumentException()
-