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, toString
public CannotEncodeCharacterException(char badChar, String encodingContext)
public char getBadChar()
public String getEncodingContext()
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP