Klasse RuntimeCompilerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.hypfvieh.java.rtcompiler.exception.RuntimeCompilerException
Alle implementierten Schnittstellen:
Serializable

public class RuntimeCompilerException extends RuntimeException
RuntimeException used when compiler fails.
Seit:
1.0.0 - 2024-01-25
Siehe auch:
  • Konstruktordetails

    • RuntimeCompilerException

      public RuntimeCompilerException()
    • RuntimeCompilerException

      public RuntimeCompilerException(String _message)
    • RuntimeCompilerException

      public RuntimeCompilerException(Throwable _cause)
    • RuntimeCompilerException

      public RuntimeCompilerException(String _message, Throwable _cause)