Class IllegalFormatException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MissingFormatArgumentException

public class IllegalFormatException extends IllegalArgumentException
A format string the formatter will not accept, standing in for java.util.IllegalFormatException.

Replaced rather than supplied, and for one reason: the class library's version has package-private constructors, so the two subclasses it is missing cannot be written anywhere else. Its own subclasses keep working, because the compiler rewrites their superclass to this one and the constructors they call are here.

Since:
1.0.0
See Also:
  • Constructor Details

    • IllegalFormatException

      public IllegalFormatException()
      With no message.
    • IllegalFormatException

      public IllegalFormatException(String message)
      Parameters:
      message - what is wrong with the format string