Package org.basex.core
Class BaseXException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.basex.core.BaseXException
- All Implemented Interfaces:
Serializable
Database exception, extending the
IOException.- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an exception from the specified exception instance.BaseXException(String message, Object... ext) Constructs an exception with the specified message and extension. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseXException
Constructs an exception with the specified message and extension.- Parameters:
message- message with optional placeholdersext- optional message extension
-
BaseXException
Constructs an exception from the specified exception instance.- Parameters:
ex- exception
-