Class DefaultValidationException

  • All Implemented Interfaces:
    Serializable

    public class DefaultValidationException
    extends Exception
    Class used to catch invalid settings during the login process
    Author:
    Openbravo
    See Also:
    Serialized Form
    • Constructor Detail

      • DefaultValidationException

        public DefaultValidationException​(String message,
                                          String fieldName)
    • Method Detail

      • getDefaultField

        public String getDefaultField()
        Method used to determine the field for which the default setting failed
        Returns:
        the field for which the default setting failed.