Class DecodingException

All Implemented Interfaces:
Serializable

public class DecodingException extends Exception
The DecodingException is thrown when a query failes to decode the text retrieved from the Document into the desired type.
See Also:
  • Constructor Details

    • DecodingException

      public DecodingException(String type, String restriction, String value)
      Construct a decoding exception.
      Parameters:
      type - The name of the desired type.
      restriction - The type restriction, if any.
      value - The value which could not be decoded.