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.application
Class OfficeApplicationException

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

public class OfficeApplicationException
extends java.lang.Exception

Exception which may be thrown from OpenOffice.org application.

See Also:
Serialized Form

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

OfficeApplicationException

public OfficeApplicationException()
Constructs new OfficeApplicationException.


OfficeApplicationException

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

Parameters:
message - message to be used

OfficeApplicationException

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

Parameters:
throwable - throwable to be used

OfficeApplicationException

public OfficeApplicationException(java.lang.String message,
                                  java.lang.Throwable throwable)
Constructs new OfficeApplicationException with the submitted throwable 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