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:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aRtfParserExceptionwhithout a message. -
Method Summary
Methods inherited from class RtfParserException
getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
RtfUnknownCtrlWordException
public RtfUnknownCtrlWordException()Constructs aRtfParserExceptionwhithout a message.
-