java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.shared.CannotEncodeCharacterException
- All Implemented Interfaces:
Serializable
Exception to throw when a character cannot be encoded into some context
for some reason.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionchar
Answer the character that could not be encoded.Answer the name of the context in which the encoding failed.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotEncodeCharacterException
-
-
Method Details
-
getBadChar
public char getBadChar()Answer the character that could not be encoded. -
getEncodingContext
Answer the name of the context in which the encoding failed.
-