Klasse InvalidFormatException

Alle implementierten Schnittstellen:
Serializable

public class InvalidFormatException extends IOException
This exception indicates that a resource violates the expected data format.
Siehe auch:
  • Konstruktordetails

    • InvalidFormatException

      public InvalidFormatException(String message)
    • InvalidFormatException

      public InvalidFormatException(Throwable t)
    • InvalidFormatException

      public InvalidFormatException(String message, Throwable t)