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
-
-
Constructor Summary
Constructors Constructor Description RtfUnknownCtrlWordException()Constructs aRtfParserExceptionwhithout a message.
-
Method Summary
-
Methods inherited from class com.lowagie.text.rtf.parser.exceptions.RtfParserException
getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-