|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.tszadel.qctools4j.exception.QcException
public class QcException
QC Client exception.
Constructor Summary | |
---|---|
QcException(com4j.ComException pCause)
Constructor. |
|
QcException(String pMessage)
Constructor. |
|
QcException(String pMessage,
Throwable pCause)
Constructor. |
Method Summary | |
---|---|
String |
getMessage()
Overrides getMessage. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 QcException(com4j.ComException pCause)
pCause
- The cause.public QcException(String pMessage)
pMessage
- The message.public QcException(String pMessage, Throwable pCause)
pMessage
- The message.pCause
- The cause.Method Detail |
---|
public String getMessage()
getMessage
in class Throwable
Throwable.getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |