java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vdoc.sdk.commons.ui.widget.view.inline.edit.exception.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException extends Exception
Error message must be an i18n key
Author:
famaridon
See Also:
  • Constructor Details

    • ValidationException

      public ValidationException()
      Default constructor
    • ValidationException

      public ValidationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Constructor
      Parameters:
      message - the error message
      cause - the error cause
      enableSuppression - whether suppression is enabled or disabled
      writableStackTrace - whether the stack trace should be writable
    • ValidationException

      public ValidationException(String message, Throwable cause)
      Constructor
      Parameters:
      message - the error message
      cause - the error cause
    • ValidationException

      public ValidationException(String message)
      Constructor
      Parameters:
      message - the error message
    • ValidationException

      public ValidationException(Throwable cause)
      Constructor
      Parameters:
      cause - the error cause