Class EmptySymbolException

All Implemented Interfaces:
Serializable

@Deprecated public class EmptySymbolException extends IonException
Deprecated.
this exception is not used as empty symbols are valid. In cases where null is used as the symbol value it was replaced by NullPointerException
An error caused by a symbol not containing at least one character for its text.
See Also:
  • Constructor Details

    • EmptySymbolException

      public EmptySymbolException()
      Deprecated.