public class ArcSdeException extends IOException
SeException
in order to report the SeError
messages
that otherwise get hidden in a normal stack trace.Constructor and Description |
---|
ArcSdeException(SeException cause) |
ArcSdeException(String msg,
SeException cause) |
Modifier and Type | Method and Description |
---|---|
SeException |
getCause() |
String |
getMessage() |
SeError |
getSeError() |
static String |
toMessage(SeException e)
SeException is pretty sad (Caused by: com.esri.sde.sdk.client.SeException: ) leaving you to
hunt and peck at the SeError for a good description of what went bad.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ArcSdeException(SeException cause)
public ArcSdeException(String msg, SeException cause)
public String getMessage()
getMessage
in class Throwable
public SeError getSeError()
public static String toMessage(SeException e)
This class tries to grab as much information as possible form SeError.
Copyright © 1996–2019 Geotools. All rights reserved.