|
|||||||||||
| 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.sap.ip.me.api.services.MEException
The base class of all Mobile Engine exceptions.
| Constructor Summary | |
MEException()
Constructor for the MEException object. |
|
MEException(java.lang.String reason)
Constructor for the MEException object. |
|
MEException(java.lang.String reason,
java.lang.Throwable nestedException)
Constructor for the MEException. |
|
| Method Summary | |
java.lang.Throwable |
getNestedException()
Gets the nested exception. |
java.lang.String |
getReason()
Gets the reason for the exception. |
void |
printStackTrace()
|
void |
printStackTrace(java.io.PrintStream pPS)
|
void |
printStackTrace(java.io.PrintWriter pPW)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MEException(java.lang.String reason)
reason - The reason why this exception is occured.public MEException()
public MEException(java.lang.String reason,
java.lang.Throwable nestedException)
reason - The reason why this exception is occured.nestedException - A nested exception.| Method Detail |
public java.lang.String getReason()
public java.lang.Throwable getNestedException()
public void printStackTrace()
public void printStackTrace(java.io.PrintStream pPS)
public void printStackTrace(java.io.PrintWriter pPW)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||