|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xerial.snappy.SnappyException
IOException
@Deprecated public class SnappyException
Exception in snappy-java
Field Summary | |
---|---|
SnappyErrorCode |
errorCode
Deprecated. |
Constructor Summary | |
---|---|
SnappyException(int code)
Deprecated. |
|
SnappyException(SnappyErrorCode errorCode)
Deprecated. |
|
SnappyException(SnappyErrorCode errorCode,
Exception e)
Deprecated. |
|
SnappyException(SnappyErrorCode errorCode,
String message)
Deprecated. |
Method Summary | |
---|---|
SnappyErrorCode |
getErrorCode()
Deprecated. |
String |
getMessage()
Deprecated. |
static void |
throwException(int errorCode)
Deprecated. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final SnappyErrorCode errorCode
Constructor Detail |
---|
public SnappyException(int code)
public SnappyException(SnappyErrorCode errorCode)
public SnappyException(SnappyErrorCode errorCode, Exception e)
public SnappyException(SnappyErrorCode errorCode, String message)
Method Detail |
---|
public SnappyErrorCode getErrorCode()
public static void throwException(int errorCode) throws SnappyException
SnappyException
public String getMessage()
getMessage
in class Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |