org.kuali.student.contract.exception
Class DictionaryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kuali.student.contract.exception.DictionaryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DictionaryExecutionException, DictionaryValidationException

public class DictionaryException
extends RuntimeException

Exception thrown when encounter an unexpected exeception when generating the dictionary

Author:
nwright
See Also:
Serialized Form

Constructor Summary
DictionaryException()
           
DictionaryException(String message)
           
DictionaryException(String message, Throwable cause)
           
DictionaryException(Throwable cause)
           
 
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

DictionaryException

public DictionaryException(Throwable cause)

DictionaryException

public DictionaryException(String message,
                           Throwable cause)

DictionaryException

public DictionaryException(String message)

DictionaryException

public DictionaryException()


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