Class UnknownSymbolException

All Implemented Interfaces:
Serializable

public class UnknownSymbolException extends IonException
An error caused by a symbol ID that could not be translated into text because it is not defined by the symbol table in context.

When this occurs, it's likely that the IonCatalog in effect does not have the relevant shared symbol tables needed to decode Ion binary data.

See Also:
  • Constructor Details

    • UnknownSymbolException

      public UnknownSymbolException(int sid)
    • UnknownSymbolException

      public UnknownSymbolException(String message)
  • Method Details