Class MissingFormatArgumentException

All Implemented Interfaces:
Serializable

public class MissingFormatArgumentException extends IllegalFormatException
A specifier with no argument to fill it, standing in for java.util.MissingFormatArgumentException.

Absent from the class library, and supplied because a formatter has to throw it.

Since:
1.0.0
See Also:
  • Constructor Details

    • MissingFormatArgumentException

      public MissingFormatArgumentException(String specifier)
      Parameters:
      specifier - the specifier that had no argument
  • Method Details

    • getFormatSpecifier

      public String getFormatSpecifier()
      Returns the specifier that had no argument.
      Returns:
      the specifier that had no argument