public class CannotEncodeCharacterException extends JenaException
| Constructor and Description |
|---|
CannotEncodeCharacterException(char badChar,
String encodingContext) |
| Modifier and Type | Method and Description |
|---|---|
char |
getBadChar()
Answer the character that could not be encoded.
|
String |
getEncodingContext()
Answer the name of the context in which the encoding failed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CannotEncodeCharacterException(char badChar,
String encodingContext)
public char getBadChar()
public String getEncodingContext()
Licenced under the Apache License, Version 2.0