Package fmpp

Class ProcessingException

All Implemented Interfaces:
Serializable

public class ProcessingException extends ExceptionCC
Error while performing the processing session.
See Also:
  • Constructor Details

    • ProcessingException

      public ProcessingException(Engine e, File sourceFile, Throwable cause)
      Parameters:
      sourceFile - can be null.
  • Method Details

    • getSourceFile

      public File getSourceFile()
      Returns the source file the faliure relates to. This is an absolute file (not relative). It's null if no such information is available.
    • getSourceRoot

      public File getSourceRoot()
      Returns the "sourceRoot" used during the processing session that failed. It's maybe null, but only if getSourceFile() returns null too.
    • getMessage

      public String getMessage()
      Returns always the same text: "FMPP processing session failed."
      Overrides:
      getMessage in class Throwable