Class Iso8601FormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sakaiproject.tool.assessment.qti.exception.FormatException
-
- org.sakaiproject.tool.assessment.qti.exception.Iso8601FormatException
-
- All Implemented Interfaces:
Serializable
public class Iso8601FormatException extends FormatException
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 Iso8601FormatException(String message)Creates a new Iso8601FormatException object.Iso8601FormatException(String message, Throwable cause)Creates a new Iso8601FormatException object.Iso8601FormatException(Throwable cause)Creates a new Iso8601FormatException 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
-
Iso8601FormatException
public Iso8601FormatException(String message)
Creates a new Iso8601FormatException object.- Parameters:
message- DOCUMENTATION PENDING
-
Iso8601FormatException
public Iso8601FormatException(String message, Throwable cause)
Creates a new Iso8601FormatException object.- Parameters:
message- DOCUMENTATION PENDINGcause- DOCUMENTATION PENDING
-
Iso8601FormatException
public Iso8601FormatException(Throwable cause)
Creates a new Iso8601FormatException object.- Parameters:
cause- DOCUMENTATION PENDING
-
-