|
|||||||||
| Home >> All >> javax >> swing >> text >> [ rtf overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.swing.text.rtf
Class RTFParseException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.swing.text.rtf.RTFParseException
- All Implemented Interfaces:
- java.io.Serializable
- class RTFParseException
- extends java.lang.RuntimeException
Indicates a parsing error during RTF processing.
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class java.lang.RuntimeException |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
RTFParseException()
Constructs a new RTFParseException without message. |
|
RTFParseException(java.lang.String message)
Constructs a new RTFParseException with the specified message. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
RTFParseException
public RTFParseException()
- Constructs a new RTFParseException without message.
RTFParseException
public RTFParseException(java.lang.String message)
- Constructs a new RTFParseException with the specified message.
|
|||||||||
| Home >> All >> javax >> swing >> text >> [ rtf overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC