Package fmpp
Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fmpp.util.ExceptionCC
fmpp.ProcessingException
- All Implemented Interfaces:
Serializable
Error while performing the processing session.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns always the same text: "FMPP processing session failed."Returns the source file the faliure relates to.Returns the "sourceRoot" used during the processing session that failed.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessingException
- Parameters:
sourceFile
- can benull
.
-
-
Method Details
-
getSourceFile
Returns the source file the faliure relates to. This is an absolute file (not relative). It'snull
if no such information is available. -
getSourceRoot
Returns the "sourceRoot" used during the processing session that failed. It's maybenull
, but only ifgetSourceFile()
returnsnull
too. -
getMessage
Returns always the same text: "FMPP processing session failed."- Overrides:
getMessage
in classThrowable
-