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, toString
public 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 Throwable
Copyright © 2011–2024 xerial.org. All rights reserved.