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.desktop
Class DesktopException

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

public class DesktopException
extends java.lang.Exception

Covers all OpenOffice.org desktop exceptions.

See Also:
Serialized Form

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

DesktopException

public DesktopException()
Constructs new DesktopException.


DesktopException

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

Parameters:
message - message to be used

DesktopException

public DesktopException(java.lang.Exception exception)
Constructs new DesktopException with the submitted exception.

Parameters:
exception - exception to be used

DesktopException

public DesktopException(java.lang.String message,
                        java.lang.Exception exception)
Constructs new DesktopException with the submitted exception and a message.

Parameters:
message - message to be used
exception - exception 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