Class XmlReaderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pgcodekeeper.core.exception.XmlReaderException
All Implemented Interfaces:
Serializable

public class XmlReaderException extends Exception
Exception thrown when XML reading operations fail during JDBC metadata processing.
See Also:
  • Constructor Details

    • XmlReaderException

      public XmlReaderException()
      Creates a new XML reader exception with no message or cause.
    • XmlReaderException

      public XmlReaderException(String message)
      Creates a new XML reader exception with the specified message.
      Parameters:
      message - the detail message
    • XmlReaderException

      public XmlReaderException(Throwable cause)
      Creates a new XML reader exception with the specified cause.
      Parameters:
      cause - the cause of this exception
    • XmlReaderException

      public XmlReaderException(String message, Throwable cause)
      Creates a new XML reader exception with the specified message and cause.
      Parameters:
      message - the detail message
      cause - the cause of this exception
    • XmlReaderException

      public XmlReaderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new XML reader exception with full configuration.
      Parameters:
      message - the detail message
      cause - the cause of this exception
      enableSuppression - whether suppression is enabled
      writableStackTrace - whether the stack trace should be writable