Class BaseXException

All Implemented Interfaces:
Serializable

public final class BaseXException extends IOException
Database exception, extending the IOException.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
See Also:
  • Constructor Details

    • BaseXException

      public BaseXException(String message, Object... ext)
      Constructs an exception with the specified message and extension.
      Parameters:
      message - message with optional placeholders
      ext - optional message extension
    • BaseXException

      public BaseXException(Exception ex)
      Constructs an exception from the specified exception instance.
      Parameters:
      ex - exception