Class PropValidateException

All Implemented Interfaces:
Serializable

public class PropValidateException extends PropException
Exception thrown when a property is set and doesn't validate correctly. This exception is typically used with the PropertyValidator class or the validate method for properties.
Author:
Christopher Mindus
See Also:
  • Constructor Details

    • PropValidateException

      public PropValidateException(GProp<?> property, String message)
      Creates a property exception with a message.
      Parameters:
      message - the detail message.