org.basex.build
Class BuildException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.basex.build.BuildException
All Implemented Interfaces:
java.io.Serializable

public final class BuildException
extends java.io.IOException

This class indicates building exceptions.

Author:
BaseX Team 2005-12, BSD License, Christian Gruen
See Also:
Serialized Form

Constructor Summary
BuildException(java.lang.String s, java.lang.Object... e)
          Constructs an exception with the specified message and extension.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuildException

public BuildException(java.lang.String s,
                      java.lang.Object... e)
Constructs an exception with the specified message and extension.

Parameters:
s - message
e - message extension