Class CelBadFormatException

  • All Implemented Interfaces:
    java.io.Serializable

    @Internal
    public final class CelBadFormatException
    extends CelRuntimeException
    Indicates that a data conversion failed due to a mismatch in the format specification.
    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

      • CelBadFormatException

        public CelBadFormatException​(java.lang.Throwable cause)
      • CelBadFormatException

        public CelBadFormatException​(java.lang.String errorMessage)