Class XmlFlowException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.norconex.commons.lang.xml.flow.XmlFlowException
All Implemented Interfaces:
Serializable

public class XmlFlowException extends RuntimeException
Runtime exception for XML-related issues.
See Also:
  • Constructor Details

    • XmlFlowException

      public XmlFlowException()
    • XmlFlowException

      public XmlFlowException(String message)
    • XmlFlowException

      public XmlFlowException(Throwable cause)
    • XmlFlowException

      public XmlFlowException(String message, Throwable cause)