|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ag.ion.bion.officelayer.application.OfficeApplicationException
public class OfficeApplicationException
Exception which may be thrown from OpenOffice.org application.
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 |
---|
public OfficeApplicationException()
public OfficeApplicationException(java.lang.String message)
message
- message to be usedpublic OfficeApplicationException(java.lang.Throwable throwable)
throwable
- throwable to be usedpublic OfficeApplicationException(java.lang.String message, java.lang.Throwable throwable)
message
- message to be usedthrowable
- 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 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |