Package org.jumpmind.util
Class SimpleClassCompilerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jumpmind.util.SimpleClassCompilerException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleClassCompilerException
(String message) SimpleClassCompilerException
(String message, List<Diagnostic<? extends JavaFileObject>> diagnostics) SimpleClassCompilerException
(List<Diagnostic<? extends JavaFileObject>> diagnostics) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SimpleClassCompilerException
-
SimpleClassCompilerException
-
SimpleClassCompilerException
public SimpleClassCompilerException(String message, List<Diagnostic<? extends JavaFileObject>> diagnostics)
-
-
Method Details
-
getDiagnostics
-