kiwi.text
Class FormattingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--kiwi.text.FormattingException
- public class FormattingException
- extends Exception
This exception is thrown by any of the formatter/parser classes in response
to invalid input.
- Version:
- 1.0 (05/98)
- Author:
- Mark Lindner, PING Software Group
- See Also:
- Serialized Form
FormattingException
public FormattingException(String message)
- Construct a new
FormattingException
with the specified
message.
- Parameters:
message
- The message.