Package org.openbravo.base.secureApp
Class DefaultValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openbravo.base.secureApp.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 Summary
Constructors Constructor Description DefaultValidationException(String message, String fieldName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDefaultField()
Method used to determine the field for which the default setting failed-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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.
-
-