org.kuali.rice.kns.datadictionary
Class DataDictionaryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.kns.datadictionary.DataDictionaryException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AttributeValidationException, ClassValidationException, CompletionException, DuplicateEntryException, OverrideEntryException
public class DataDictionaryException
- extends RuntimeException
Exception thrown when an error occurs loading entries into the DataDictionaryEntry.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataDictionaryException
public DataDictionaryException(Throwable t)
DataDictionaryException
public DataDictionaryException(String message)
- Parameters:
message
-
DataDictionaryException
public DataDictionaryException(String message,
Throwable t)
- Parameters:
message
-
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.