org.sakaiproject.tool.assessment.util
Class FormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sakaiproject.tool.assessment.util.FormatException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Iso8601FormatException

public class FormatException
extends RuntimeException

Version:
$Id: FormatException.java 9273 2006-05-10 22:34:28Z daisyf@stanford.edu $
Author:
Lance Speelmon
See Also:
Serialized Form

Constructor Summary
FormatException(String message)
          Creates a new FormatException object.
FormatException(String message, Throwable cause)
          Creates a new FormatException object.
FormatException(Throwable cause)
          Creates a new FormatException object.
 
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

FormatException

public FormatException(String message)
Creates a new FormatException object.

Parameters:
message - DOCUMENTATION PENDING

FormatException

public FormatException(String message,
                       Throwable cause)
Creates a new FormatException object.

Parameters:
message - DOCUMENTATION PENDING
cause - DOCUMENTATION PENDING

FormatException

public FormatException(Throwable cause)
Creates a new FormatException object.

Parameters:
cause - DOCUMENTATION PENDING


Copyright © 2005-2013 Sakai Project. All Rights Reserved.