Package com.spertus.jacquard.exceptions


package com.spertus.jacquard.exceptions
Jacquard exceptions.
  • Class
    Description
    Maker interface for exceptional circumstances within the autograder library.
    Signals that an error occurred within the autograder due to misuse of the API, such as calling Autograder.init() repeatedly or passing an invalid argument.
    Signals that an internal error occurred within the autograder.
    A checked exception indicating a problem with a submission.
    A checked exception due to a test timing out.