|
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.util.UtilException
public class UtilException
Exception for util parts of the Office API.
| Constructor Summary | |
|---|---|
UtilException()
Constructs new UtilException. |
|
UtilException(java.lang.Exception exception)
Constructs new UtilException with the submitted exception. |
|
UtilException(java.lang.String message)
Constructs new UtilException. |
|
UtilException(java.lang.String message,
java.lang.Exception exception)
Constructs new UtilException 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 UtilException()
public UtilException(java.lang.String message)
message - exception messagepublic UtilException(java.lang.Exception exception)
exception - exception to be used
public UtilException(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 | ||||||||