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