org.kuali.student.contract.model.validation
Class DictionaryValidationException

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.model.validation.DictionaryValidationException
All Implemented Interfaces:
Serializable

public class DictionaryValidationException
extends DictionaryException

Exception thrown when encounter a problem with the spreadsheet model while generating the dictionary

Author:
nwright
See Also:
Serialized Form

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

DictionaryValidationException

public DictionaryValidationException(Throwable cause)

DictionaryValidationException

public DictionaryValidationException(String message,
                                     Throwable cause)

DictionaryValidationException

public DictionaryValidationException(String message)

DictionaryValidationException

public DictionaryValidationException()


Copyright © 2004–2014 The Kuali Foundation. All rights reserved.