Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vdoc.sdk.commons.ui.widget.view.inline.edit.exception.ValidationException
- All Implemented Interfaces:
Serializable
Error message must be an i18n key
- Author:
- famaridon
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorValidationException(String message) ConstructorValidationException(String message, Throwable cause) ConstructorValidationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ConstructorValidationException(Throwable cause) Constructor -
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
public ValidationException()Default constructor -
ValidationException
public ValidationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Constructor- Parameters:
message- the error messagecause- the error causeenableSuppression- whether suppression is enabled or disabledwritableStackTrace- whether the stack trace should be writable
-
ValidationException
Constructor- Parameters:
message- the error messagecause- the error cause
-
ValidationException
Constructor- Parameters:
message- the error message
-
ValidationException
Constructor- Parameters:
cause- the error cause
-