Package com.amazon.ion
Class UnknownSymbolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.amazon.ion.IonException
-
- com.amazon.ion.UnknownSymbolException
-
- All Implemented Interfaces:
java.io.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
IonCatalogin effect does not have the relevant shared symbol tables needed to decode Ion binary data.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownSymbolException(int sid)UnknownSymbolException(java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()intgetSid()-
Methods inherited from class com.amazon.ion.IonException
causeOfType
-
-