Package com.basis.api.admin
Class BBjAdminPropertyValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.basis.api.admin.BBjAdminException
com.basis.api.admin.BBjAdminPropertyException
com.basis.api.admin.BBjAdminPropertyValidationException
- All Implemented Interfaces:
Serializable
This is the exception class for property validation errors. For example,
attempting set a value of "abc" to a property that must be an integer.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBBjAdminPropertyValidationException
(String p_message, String p_propName) BBjAdminPropertyValidationException
(String p_message, Throwable p_e, String p_propName) BBjAdminPropertyValidationException
(Throwable p_e, String p_propName) -
Method Summary
Methods inherited from class com.basis.api.admin.BBjAdminPropertyException
getPropertyName
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BBjAdminPropertyValidationException
-
BBjAdminPropertyValidationException
-
BBjAdminPropertyValidationException
-