org.kuali.student.contract.exception
Class DictionaryExecutionException

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
                  extended by org.kuali.student.contract.exception.DictionaryExecutionException
All Implemented Interfaces:
Serializable

public class DictionaryExecutionException
extends DictionaryException

Exception thrown when encounter an unexpected exeception when generating the dictionary

Author:
nwright
See Also:
Serialized Form

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

DictionaryExecutionException

public DictionaryExecutionException(Throwable cause)

DictionaryExecutionException

public DictionaryExecutionException(String message,
                                    Throwable cause)

DictionaryExecutionException

public DictionaryExecutionException(String message)

DictionaryExecutionException

public DictionaryExecutionException()


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