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

Constructor Summary
FormattingException(String message)
          Construct a new FormattingException with the specified message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormattingException

public FormattingException(String message)
Construct a new FormattingException with the specified message.
Parameters:
message - The message.