Class JavaSourceClassLoader.DiagnosticException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.commons.compiler.jdk.JavaSourceClassLoader.DiagnosticException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JavaSourceClassLoader
Container for a
Diagnostic
object.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDiagnosticException
(String message) DiagnosticException
(Throwable cause) DiagnosticException
(Diagnostic<? extends JavaFileObject> diagnostic) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
DiagnosticException
DiagnosticException(String message) -
DiagnosticException
DiagnosticException(Throwable cause) -
DiagnosticException
DiagnosticException(Diagnostic<? extends JavaFileObject> diagnostic)
-