|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.tomcat.jni.Error
public class Error
Error
Method Summary | |
---|---|
java.lang.String |
getDescription()
Get the APR description of the exception. |
int |
getError()
Get the APR error code of the exception. |
static int |
netosError()
Get the last platform socket error. |
static int |
osError()
Get the last platform error. |
static java.lang.String |
strerror(int statcode)
Return a human readable string describing the specified error. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getError()
public java.lang.String getDescription()
public static int osError()
public static int netosError()
public static java.lang.String strerror(int statcode)
statcode
- The error code the get a string for.
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |