org.exist
Class EXistException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.exist.EXistException
All Implemented Interfaces:
java.io.Serializable

public class EXistException
extends java.lang.Exception

Description of the Class

Author:
Wolfgang Meier
See Also:
Serialized Form

Field Summary
protected  java.lang.Throwable inner
           
 
Constructor Summary
EXistException()
          Constructor for the EXistException object
EXistException(java.lang.String message)
          Constructor for the EXistException object
EXistException(java.lang.Throwable inner)
          Constructor for the EXistException object
 
Method Summary
 java.lang.Throwable getException()
          Gets the exception attribute of the EXistException object
 java.lang.String getMessage()
          Gets the message attribute of the EXistException object
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

inner

protected java.lang.Throwable inner
Constructor Detail

EXistException

public EXistException()
Constructor for the EXistException object


EXistException

public EXistException(java.lang.Throwable inner)
Constructor for the EXistException object

Parameters:
inner - Description of the Parameter

EXistException

public EXistException(java.lang.String message)
Constructor for the EXistException object

Parameters:
message - Description of the Parameter
Method Detail

getException

public java.lang.Throwable getException()
Gets the exception attribute of the EXistException object

Returns:
The exception value

getMessage

public java.lang.String getMessage()
Gets the message attribute of the EXistException object

Returns:
The message value


Copyright (C) Wolfgang Meier. All rights reserved.