public class CompileException extends GrengineException
Constructor and Description |
---|
CompileException(String message,
Sources sources)
constructor from exception message and sources for which compilation failed.
|
CompileException(String message,
Throwable cause,
Sources sources)
constructor from exception message, causing throwable and sources for which compilation failed.
|
Modifier and Type | Method and Description |
---|---|
Sources |
getSources()
gets sources for which compilation failed.
|
getDateThrown, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CompileException(String message, Sources sources)
message
- messagesources
- sources for which compilation failedpublic Sources getSources()