org.kuali.rice.krad.datadictionary
Class DataDictionaryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kuali.rice.krad.datadictionary.DataDictionaryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributeValidationException, ClassValidationException, CompletionException, DuplicateEntryException

public class DataDictionaryException
extends RuntimeException

Exception thrown when an error occurs loading entries into the DataDictionaryEntry.

See Also:
Serialized Form

Constructor Summary
DataDictionaryException(String message)
           
DataDictionaryException(String message, Throwable t)
           
DataDictionaryException(Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataDictionaryException

public DataDictionaryException(Throwable t)

DataDictionaryException

public DataDictionaryException(String message)
Parameters:
message -

DataDictionaryException

public DataDictionaryException(String message,
                               Throwable t)
Parameters:
message -


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.