public class ProcessingException extends ExceptionCC
Constructor and Description |
---|
ProcessingException(Engine e,
File sourceFile,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Returns always the same text: "FMPP processing session failed."
|
File |
getSourceFile()
Returns the source file the faliure relates to.
|
File |
getSourceRoot()
Returns the "sourceRoot" used during the processing session that failed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public File getSourceFile()
null
if no such information is available.public File getSourceRoot()
null
, but only if getSourceFile()
returns null
too.public String getMessage()
getMessage
in class Throwable