Package de.firemage.autograder.core
Class LinterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.firemage.autograder.core.LinterException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CompilationFailureException,DockerRunnerException,ModelBuildException,RunnerException,ZipFormatException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLinterException(String message) LinterException(String message, Throwable cause) LinterException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LinterException
public LinterException() -
LinterException
-
LinterException
-
LinterException
-