|
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.text.TextException
public class TextException
Exception for text parts of the Office API.
| Constructor Summary | |
|---|---|
TextException()
Constructs new TextException. |
|
TextException(java.lang.Exception exception)
Constructs new TextException with the submitted exception. |
|
TextException(java.lang.String message)
Constructs new TextException. |
|
TextException(java.lang.String message,
java.lang.Exception exception)
Constructs new TextException 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 |
|---|
public TextException()
public TextException(java.lang.String message)
message - exception messagepublic TextException(java.lang.Exception exception)
exception - exception to be used
public TextException(java.lang.String message,
java.lang.Exception exception)
message - message to be usedexception - 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 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||