Class SingleAppException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BizLogicAppException, ValidationAppException

public abstract class SingleAppException extends AppException
Is an abstract class describing an occurence of a single validation error.
See Also:
  • Constructor Details

    • SingleAppException

      public SingleAppException()
      Constructs a new instance.
    • SingleAppException

      public SingleAppException(String message)
      Constructs a new instance with message.
      Parameters:
      message - message
  • Method Details

    • getItemPropertyPaths

      @Nonnull public abstract String[] getItemPropertyPaths()
      Provides the location of an item at which this error occured.
      Returns:
      an array of fpropertyPath