public class UnknownFormatterException
extends java.lang.Exception
Constructor and Description |
---|
UnknownFormatterException()
Constructs an Exception with no specified detail message.
|
UnknownFormatterException(java.lang.String s)
Constructs an Exception with the specified detail message.
|