org.kuali.student.contract.exception
Class DictionaryException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
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
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
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.