Class EmptySymbolException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EmptySymbolException

        public EmptySymbolException()
        Deprecated.