Class WriteTocException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.model.toc.export.pdf.WriteTocException
- All Implemented Interfaces:
Serializable
Thrown when an error occurs while writing a table of contents to PDF.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new WriteTocException instance.WriteTocException(String message) Creates a new WriteTocException instance.WriteTocException(String message, Throwable cause) Creates a new WriteTocException instance.WriteTocException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Creates a new WriteTocException instance.WriteTocException(Throwable cause) Creates a new WriteTocException instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WriteTocException
public WriteTocException()Creates a new WriteTocException instance. -
WriteTocException
public WriteTocException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Creates a new WriteTocException instance.- Parameters:
message- human-readable error descriptioncause- underlying exception that triggered this errorenableSuppression- whether suppression is enabledwritableStackTrace- whether the stack trace is writable
-
WriteTocException
Creates a new WriteTocException instance.- Parameters:
message- human-readable error descriptioncause- underlying exception that triggered this error
-
WriteTocException
Creates a new WriteTocException instance.- Parameters:
message- human-readable error description
-
WriteTocException
Creates a new WriteTocException instance.- Parameters:
cause- underlying exception that triggered this error
-