public class SnappyError extends Error
| Modifier and Type | Field and Description |
|---|---|
SnappyErrorCode |
errorCode |
| Constructor and Description |
|---|
SnappyError(SnappyErrorCode code) |
SnappyError(SnappyErrorCode code,
Error e) |
SnappyError(SnappyErrorCode code,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final SnappyErrorCode errorCode
public SnappyError(SnappyErrorCode code)
public SnappyError(SnappyErrorCode code, Error e)
public SnappyError(SnappyErrorCode code, String message)
public String getMessage()
getMessage in class ThrowableCopyright © 2011-2013 xerial.org. All Rights Reserved.