|
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.noa.NOAException
public class NOAException
General exception of NOA.
Constructor Summary | |
---|---|
NOAException()
Constructs new NOAException. |
|
NOAException(java.lang.String message)
Constructs new NOAException. |
|
NOAException(java.lang.String message,
java.lang.Throwable throwable)
Constructs new NOAException with the submitted throwable and a message. |
|
NOAException(java.lang.Throwable throwable)
Constructs new NOAException 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 NOAException()
public NOAException(java.lang.String message)
message
- exception messagepublic NOAException(java.lang.Throwable throwable)
throwable
- throwable to be usedpublic NOAException(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 |