Class CannotEncodeCharacterException

All Implemented Interfaces:
Serializable

public class CannotEncodeCharacterException extends JenaException
Exception to throw when a character cannot be encoded into some context for some reason.
See Also:
  • Constructor Details

    • CannotEncodeCharacterException

      public CannotEncodeCharacterException(char badChar, String encodingContext)
  • Method Details

    • getBadChar

      public char getBadChar()
      Answer the character that could not be encoded.
    • getEncodingContext

      public String getEncodingContext()
      Answer the name of the context in which the encoding failed.