Package de.mhus.lib.errors
Class ValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.mhus.lib.errors.MRuntimeException
-
- de.mhus.lib.errors.ValidationException
-
- All Implemented Interfaces:
Serializable
public class ValidationException extends MRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationException(Object... in)
-
Method Summary
-
Methods inherited from class de.mhus.lib.errors.MRuntimeException
getId, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
ValidationException
public ValidationException(Object... in)
-
-