Class WriteTocException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.model.toc.export.pdf.WriteTocException
All Implemented Interfaces:
Serializable

public class WriteTocException extends Exception
Thrown when an error occurs while writing a table of contents to PDF.
See Also:
  • 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 description
      cause - underlying exception that triggered this error
      enableSuppression - whether suppression is enabled
      writableStackTrace - whether the stack trace is writable
    • WriteTocException

      public WriteTocException(String message, Throwable cause)
      Creates a new WriteTocException instance.
      Parameters:
      message - human-readable error description
      cause - underlying exception that triggered this error
    • WriteTocException

      public WriteTocException(String message)
      Creates a new WriteTocException instance.
      Parameters:
      message - human-readable error description
    • WriteTocException

      public WriteTocException(Throwable cause)
      Creates a new WriteTocException instance.
      Parameters:
      cause - underlying exception that triggered this error