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
public final class BuildException
- extends IOException
This class indicates building exceptions.
- Author:
- Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BuildException
public BuildException(String s)
- Constructs an exception with the specified message.
- Parameters:
s
- message
BuildException
public BuildException(String s,
Object... e)
- Constructs an exception with the specified message and extension.
- Parameters:
s
- messagee
- message extension