public class ITextException extends RuntimeException
Important note, not all iText exceptions are extended from ITextException.
Constructor and Description |
---|
ITextException()
Creates a new ITextException with no error message and cause.
|
ITextException(String message)
Creates a new ITextException.
|
ITextException(String message, Throwable cause)
Creates a new ITextException.
|
ITextException(Throwable cause)
Creates a new ITextException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ITextException()
public ITextException(String message)
message
- the detail message
public ITextException(Throwable cause)
cause
- the cause (which is saved for later retrieval by Throwable.getCause()
method)
public ITextException(String message, Throwable cause)
message
- the detail message
cause
- the cause (which is saved for later retrieval by Throwable.getCause()
method)
Copyright © 1998–2022 iText Group NV. All rights reserved.