Package dev.gmitch215.bytebox.text
Class MissingFormatArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
dev.gmitch215.bytebox.text.IllegalFormatException
dev.gmitch215.bytebox.text.MissingFormatArgumentException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the specifier that had no argument.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingFormatArgumentException
- Parameters:
specifier- the specifier that had no argument
-
-
Method Details
-
getFormatSpecifier
Returns the specifier that had no argument.- Returns:
- the specifier that had no argument
-