|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.xerial.snappy.SnappyError
public class SnappyError
Used when serious errors (unchecked exception) are observed.
Field Summary | |
---|---|
SnappyErrorCode |
errorCode
|
Constructor Summary | |
---|---|
SnappyError(SnappyErrorCode code)
|
|
SnappyError(SnappyErrorCode code,
Error e)
|
|
SnappyError(SnappyErrorCode code,
String message)
|
Method Summary | |
---|---|
String |
getMessage()
|
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 SnappyError(SnappyErrorCode code)
public SnappyError(SnappyErrorCode code, Error e)
public SnappyError(SnappyErrorCode code, String message)
Method Detail |
---|
public String getMessage()
getMessage
in class Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |