Class FormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sakaiproject.tool.assessment.qti.exception.FormatException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Iso8601FormatException
public class FormatException extends RuntimeException
Title: NavigoProject.org
Description: OKI based implementation
Copyright: Copyright 2003 Trustees of Indiana University
Company:
- Version:
- $Id$
- Author:
- Lance Speelmon
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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 PENDINGcause- DOCUMENTATION PENDING
-
FormatException
public FormatException(Throwable cause)
Creates a new FormatException object.- Parameters:
cause- DOCUMENTATION PENDING
-
-