Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.muehlencord.shared.configuration.ValidationException
- All Implemented Interfaces:
Serializable
- Author:
- Joern Muehlencord (joern@muehlencord.de)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance ofValidationExceptionwith the specified detail message.ValidationException(String msg, Throwable th) Constructs an instance ofValidationExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
Constructs an instance ofValidationExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
ValidationException
Constructs an instance ofValidationExceptionwith the specified detail message.- Parameters:
msg- the detail message.th- the root cause
-