Package com.spertus.jacquard.exceptions
Class SubmissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.spertus.jacquard.exceptions.SubmissionException
- All Implemented Interfaces:
AutograderException
,Serializable
A checked exception indicating a problem with a submission.
- See Also:
-
Constructor Summary
ConstructorDescriptionSubmissionException
(String message) Constructs a new submission exception with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SubmissionException
Constructs a new submission exception with the given message.- Parameters:
message
- the message
-