Class RtfUnknownCtrlWordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.lowagie.text.rtf.parser.exceptions.RtfParserException
-
- com.lowagie.text.rtf.parser.exceptions.RtfUnknownCtrlWordException
-
- All Implemented Interfaces:
java.io.Serializable
public class RtfUnknownCtrlWordException extends RtfParserException
- Since:
- 2.1.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Generated serial version UID.
-
Constructor Summary
Constructors Constructor Description RtfUnknownCtrlWordException()
Constructs aRtfParserException
whithout a message.
-
Method Summary
-
Methods inherited from class com.lowagie.text.rtf.parser.exceptions.RtfParserException
getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Generated serial version UID.- See Also:
- Constant Field Values
-
-