org.basex.core
Class BaseXException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.basex.core.BaseXException
All Implemented Interfaces:
Serializable

public final class BaseXException
extends Exception

This is a simple container for sessions.

Author:
Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen
See Also:
Serialized Form

Constructor Summary
BaseXException(String s, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseXException

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

Parameters:
s - message
e - message extension