public class DecodeException extends Exception
Constructor and Description |
---|
DecodeException(ByteBuffer bb,
String message) |
DecodeException(ByteBuffer bb,
String message,
Throwable cause) |
DecodeException(String encodedString,
String message) |
DecodeException(String encodedString,
String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getBytes() |
String |
getText() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DecodeException(ByteBuffer bb, String message, Throwable cause)
public DecodeException(ByteBuffer bb, String message)
public ByteBuffer getBytes()
public String getText()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.