tribble.text
Class FormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bytribble.text.FormatException
All Implemented Interfaces:
java.io.Serializable

public class FormatException
extends java.lang.Exception

Picture-string formatting exception.

Version:
$Revision: 1.1 $ $Date: 2005/09/03 16:05:00 $
Author:
David R. Tribble (PictureFormat, Serialized Form

Constructor Summary
FormatException(PictureFormat fmt, java.lang.String msg)
          Constructor.
 
Method Summary
 PictureFormat getFormat()
          Retrieve the picture-string format associated with this exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormatException

public FormatException(PictureFormat fmt,
                       java.lang.String msg)
Constructor.

Parameters:
fmt - Picture-string format associated with this exception.
msg - Error message.
Since:
1.1, 2005-09-03
Method Detail

getFormat

public PictureFormat getFormat()
Retrieve the picture-string format associated with this exception.

Since:
1.1, 2005-09-03