Klasse LinterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.firemage.autograder.core.LinterException
Alle implementierten Schnittstellen:
Serializable
Bekannte direkte Unterklassen:
CompilationFailureException, DockerRunnerException, ModelBuildException, RunnerException, ZipFormatException

public abstract class LinterException extends Exception
Siehe auch:
  • Konstruktordetails

    • LinterException

      public LinterException()
    • LinterException

      public LinterException(String message)
    • LinterException

      public LinterException(String message, Throwable cause)
    • LinterException

      public LinterException(Throwable cause)