|
|||||||||||
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()
Calls super implementation and prints additionally the nested exception if available. |
void |
printStackTrace(java.io.PrintStream out)
Calls super implementation and prints additionally the nested exception if available. |
void |
printStackTrace(java.io.PrintWriter writer)
Calls super implementation and prints additionally the nested exception if available. |
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 occurred.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 out)
out
- The output stream where to write stack trace to.public void printStackTrace(java.io.PrintWriter writer)
writer
- The writer where to write stack trace to.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |