Package org.basex.build
Class BuildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.basex.build.BuildException
- All Implemented Interfaces:
Serializable
This class indicates building exceptions.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBuildException(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
-
BuildException
Constructs an exception with the specified message and extension.- Parameters:
message- messageext- message extension
-