Package org.dvare.dynamic.exceptions
Class DynamicCompilerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dvare.dynamic.exceptions.DynamicCompilerException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicCompilerException
(String message) DynamicCompilerException
(String message, List<Diagnostic<? extends JavaFileObject>> diagnostics) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DynamicCompilerException
public DynamicCompilerException(String message, List<Diagnostic<? extends JavaFileObject>> diagnostics) -
DynamicCompilerException
-
DynamicCompilerException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-