org.sakaiproject.tool.assessment.util
Class FormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
Copyright © 2005-2012 Sakai Project. All Rights Reserved.