Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.bion.officelayer.document
Class DocumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ag.ion.bion.officelayer.document.DocumentException
All Implemented Interfaces:
java.io.Serializable

public class DocumentException
extends java.lang.Exception

Covers all document exceptions.

See Also:
Serialized Form

Constructor Summary
DocumentException()
          Constructs new DocumentException.
DocumentException(java.lang.String message)
          Constructs new DocumentException with the submitted message.
DocumentException(java.lang.String message, java.lang.Throwable throwable)
          Constructs new DocumentException with the submitted exception and a message.
DocumentException(java.lang.Throwable throwable)
          Constructs new DocumentException with the submitted exception.
 
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

DocumentException

public DocumentException()
Constructs new DocumentException.


DocumentException

public DocumentException(java.lang.String message)
Constructs new DocumentException with the submitted message.

Parameters:
message - message to be used

DocumentException

public DocumentException(java.lang.Throwable throwable)
Constructs new DocumentException with the submitted exception.

Parameters:
throwable - throwable to be used

DocumentException

public DocumentException(java.lang.String message,
                         java.lang.Throwable throwable)
Constructs new DocumentException with the submitted exception and a message.

Parameters:
message - message to be used
throwable - throwable to be used

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013