|
|||||||||
| 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.esri.sde.sdk.client.SeException
public class SeException
Thrown when an ArcSDE specific error has occurred.
| Method Summary | |
|---|---|
SeError |
getSeError()
Returns the ArcSde error object. |
void |
printStackTrace()
Prints this throwable and its backtrace to the standard error stream. |
void |
printStackTrace(java.io.PrintStream outputStream)
Prints this throwable and its backtrace to the specifiec output stream. |
void |
printStackTrace(java.io.PrintWriter outputStream)
Prints this throwable and its backtrace to the specifiec output stream. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public SeError getSeError()
public void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream outputStream)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter outputStream)
printStackTrace in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||