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:
Serializable
- Since:
- 2.1.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
Generated serial version UID. -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aRtfParserException
whithout a message. -
Method Summary
Methods inherited from class com.lowagie.text.rtf.parser.exceptions.RtfParserException
getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDGenerated serial version UID.- See Also:
-
-
Constructor Details
-
RtfUnknownCtrlWordException
public RtfUnknownCtrlWordException()Constructs aRtfParserException
whithout a message.
-