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
public class DynamicCompilerException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DynamicCompilerException(String message)
DynamicCompilerException(String message, List<Diagnostic<? extends JavaFileObject>> diagnostics)
DynamicCompilerException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DynamicCompilerException
public DynamicCompilerException(String message, List<Diagnostic<? extends JavaFileObject>> diagnostics)
-
DynamicCompilerException
public DynamicCompilerException(String message)
-
DynamicCompilerException
public DynamicCompilerException(Throwable cause)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-