Class XMLRuntimeException

All Implemented Interfaces:
Serializable

public class XMLRuntimeException extends RuntimeException
An unchecked runtime exception thrown when an unrecoverable error occurs during XML processing.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • XMLRuntimeException

      public XMLRuntimeException()
      Constructor.
    • XMLRuntimeException

      public XMLRuntimeException(@Nullable String message)
      Constructor.
      Parameters:
      message - exception message
    • XMLRuntimeException

      public XMLRuntimeException(@Nullable Exception wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • XMLRuntimeException

      public XMLRuntimeException(@Nullable String message, @Nullable Exception wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one