|
||||||||||
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.hlcl.rql.as.RQLException
public class RQLException
Exception bei einer RQL-Anfrage an das CMS. Die RWLException kann eine genauere Ursache in Form eines Throwables enthalten. In einer Ausbaustufe muß die RQL- Exception evtl. auch noch die Error-Codes des CMS liefern können.
Constructor Summary | |
---|---|
RQLException(java.lang.String msg)
Konstruktor. |
|
RQLException(java.lang.String msg,
java.lang.Throwable reason)
Konstruktor. |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Overwrite to add the created timestamp. |
java.lang.Throwable |
getReason()
Getter für das Feld "reason". |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RQLException(java.lang.String msg)
msg
- String: Beschreibung der Exception.public RQLException(java.lang.String msg, java.lang.Throwable reason)
msg
- Beschreibung der Exception.reason
- Ursache des Problems, evtl. auch null.Method Detail |
---|
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.Throwable getReason()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |