org.sakaiproject.tool.assessment.util
Class Iso8601FormatException

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
                  extended by org.sakaiproject.tool.assessment.util.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: Iso8601FormatException.java 9273 2006-05-10 22:34:28Z daisyf@stanford.edu $
Author:
Lance Speelmon
See Also:
Serialized Form

Constructor Summary
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
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

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 PENDING
cause - DOCUMENTATION PENDING

Iso8601FormatException

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

Parameters:
cause - DOCUMENTATION PENDING


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