org.jasig.schedassist.model
Class InputFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jasig.schedassist.model.InputFormatException
All Implemented Interfaces:
Serializable

public class InputFormatException
extends Exception

Exception regarding improperly formatted input.

Version:
$Id: InputFormatException.java 1710 2010-02-15 16:19:35Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu
See Also:
Serialized Form

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

InputFormatException

public InputFormatException()

InputFormatException

public InputFormatException(String message)
Parameters:
message -

InputFormatException

public InputFormatException(Throwable cause)
Parameters:
cause -

InputFormatException

public InputFormatException(String message,
                            Throwable cause)
Parameters:
message -
cause -


Copyright © 2012 Jasig. All Rights Reserved.