|
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.clone.CloneException
public class CloneException
This class covers all exceptions, which might be thrown.
Constructor Summary | |
---|---|
CloneException()
Constructs new CloneException. |
|
CloneException(java.lang.Exception exception)
Constructs new CloneException with the submitted exception. |
|
CloneException(java.lang.String message)
Constructs new CloneException. |
|
CloneException(java.lang.String message,
java.lang.Exception exception)
Constructs new CloneException 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 CloneException()
public CloneException(java.lang.String message)
message
- exception messagepublic CloneException(java.lang.Exception exception)
exception
- exception to be usedpublic CloneException(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 |