Class ABIException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ABIException
    extends java.lang.RuntimeException
    General exception thrown when ABI classes are used incorrectly. A common example of where this is thrown is when an attempt is made to decode a specific type but the data extent describes a different type.
    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

      • ABIException

        public ABIException​(java.lang.String message)
      • ABIException

        public ABIException()