Class ProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.nifi.xml.processing.ProcessingException
All Implemented Interfaces:
Serializable

public class ProcessingException extends RuntimeException
General Exception for XML processing problems
See Also:
  • Constructor Details

    • ProcessingException

      public ProcessingException(String message, Throwable cause)
      Processing Exception with message and cause for tracing
      Parameters:
      message - Error Message
      cause - Throwable cause for tracing