public class ProcessingException extends ExceptionCC
Constructor and Description |
---|
ProcessingException(Engine e,
java.io.File sourceFile,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns always the same text: "FMPP processing session failed."
|
java.io.File |
getSourceFile()
Returns the source file the faliure relates to.
|
java.io.File |
getSourceRoot()
Returns the "sourceRoot" used during the processing session that failed.
|
public ProcessingException(Engine e, java.io.File sourceFile, java.lang.Throwable cause)
sourceFile
- can be null
.public java.io.File getSourceFile()
null
if no such information is available.public java.io.File getSourceRoot()
null
, but only if getSourceFile()
returns null
too.public java.lang.String getMessage()
getMessage
in class java.lang.Throwable