net.windward.format.rtf
Class RtfException
net.windward.format.rtf.RtfException
- public class RtfException
This represents an unexpected construct in a rtf file
- Version:
- 1.0 February 19, 2002
|
Constructor Summary |
RtfException(int typ,
int row,
int column)
Create an exception object, setting the exception type. |
|
Method Summary |
java.lang.String |
getMessage()
Return the exception as a String. |
RtfException
public RtfException(int typ,
int row,
int column)
- Create an exception object, setting the exception type.
- Parameters:
typ - The exception type - one of the static final int's from this class.row - The 1-based row of the rtf file the error occured in.column - The 1-based column of the rtf file the error occured in.
getMessage
public java.lang.String getMessage()
- Return the exception as a String.
- Returns:
- The exception, including the number of missing <end:>s (if the problem is too few)
Copyright © 2002 - 2008 Windward Reports - All Rights Reserved. java reporting software