|
||||||||||
| 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.rbnb.sapi.SAPIException
public class SAPIException
The typed exception thrown by the SAPI package.
| Constructor Summary | |
|---|---|
SAPIException()
Constructor with no message. |
|
SAPIException(Exception e)
Constructor which copies its message from another exception. |
|
SAPIException(String s)
Constructor with the specified message. |
|
| Method Summary | |
|---|---|
void |
printStackTrace()
Overridden so as to print nested exception also. |
void |
printStackTrace(PrintStream ps)
Overridden so as to print nested exception also. |
void |
printStackTrace(PrintWriter pw)
Overridden so as to print nested exception also. |
| 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 SAPIException()
public SAPIException(String s)
public SAPIException(Exception e)
| Method Detail |
|---|
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||