Class CompletionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.krad.datadictionary.DataDictionaryException
org.kuali.rice.krad.datadictionary.exception.CompletionException
- All Implemented Interfaces:
Serializable
Exception thrown when an error occurs validating the data parsed from a DictionaryEntry's XML file.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCompletionException(String message) CompletionException(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CompletionException
- Parameters:
message-
-
CompletionException
- Parameters:
message-
-