Class InvalidFormatException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidFormatException
    extends java.io.IOException
    This exception indicates that a resource violates the expected data format.
    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

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

      • InvalidFormatException

        public InvalidFormatException()
      • InvalidFormatException

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

        public InvalidFormatException​(java.lang.Throwable t)
      • InvalidFormatException

        public InvalidFormatException​(java.lang.String message,
                                      java.lang.Throwable t)