Class UnknownBusinessClassAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.krad.datadictionary.exception.UnknownBusinessClassAttributeException
- All Implemented Interfaces:
Serializable
Use this when the data dictionary cannot find a matching business object's attribute entry for a populated business
object that
runs through the data dictionary validation service and its methods.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an UnknownBusinessClassAttributeException with the given messageUnknownBusinessClassAttributeException(String message, Throwable cause) Create an UnknownBusinessClassAttributeException with the given message and cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownBusinessClassAttributeException
Create an UnknownBusinessClassAttributeException with the given message- Parameters:
message-
-
UnknownBusinessClassAttributeException
Create an UnknownBusinessClassAttributeException with the given message and cause- Parameters:
message-cause-
-