Class InternalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.spertus.jacquard.exceptions.InternalException
All Implemented Interfaces:
AutograderException, Serializable

public class InternalException extends Exception implements AutograderException
Signals that an internal error occurred within the autograder.
See Also:
  • Constructor Details

    • InternalException

      public InternalException(String message)
      Constructs an InternalException with the specified message.
      Parameters:
      message - an explanation
    • InternalException

      public InternalException(String message, Throwable cause)
      Constructs an InternalException with the specified message and cause.
      Parameters:
      message - an explanation
      cause - the underlying cause
    • InternalException

      public InternalException(Throwable cause)
      Constructs an InternalException with the specified cause.
      Parameters:
      cause - the underlying cause