Klasse CompileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.hypfvieh.java.rtcompiler.exception.CompileException
- Alle implementierten Schnittstellen:
Serializable
Exception thrown when compilation fails.
- Seit:
- 1.0.0 - 2024-01-26
- Autor:
- hypfvieh
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCompileException
(String _message, DiagnosticLocation _location) CompileException
(String _message, DiagnosticLocation _location, Throwable _cause) -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
CompileException
-
CompileException
-
-
Methodendetails
-
getMessage
- Setzt außer Kraft:
getMessage
in KlasseThrowable
-
getLocation
-