Class UnknownDataException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnknownDataException
    extends UsrException

    An UnknownDataException indicates that the bytes at the parse address did not form a legal known data item.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnknownDataException()
      Constructs an UnknownDataException with a default message.
      UnknownDataException​(java.lang.String message)
      Constructs an UnknownDataException with the specified detail message.
    • 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

      • UnknownDataException

        public UnknownDataException()

        Constructs an UnknownDataException with a default message.

      • UnknownDataException

        public UnknownDataException​(java.lang.String message)

        Constructs an UnknownDataException with the specified detail message.

        Parameters:
        message - The message.