public class RtfException extends RuntimeException
| Constructor and Description |
|---|
RtfException()
Default constructor.
|
RtfException(String message)
RTF exception with message.
|
RtfException(String message,
Throwable cause)
RTF exception with message and a reason.
|
RtfException(Throwable cause)
RTF exception encapsulating the reason.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RtfException()
public RtfException(String message, Throwable cause)
message - Error message.cause - Reason.public RtfException(String message)
message - Error message.public RtfException(Throwable cause)
cause - Reason.Copyright © 2010–2015 Tutego. All rights reserved.