Class WriteTocException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.model.toc.export.pdf.WriteTocException
- All Implemented Interfaces:
Serializable
WriteTocException class.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for WriteTocException.WriteTocException(String message) Constructor for WriteTocException.WriteTocException(String message, Throwable cause) Constructor for WriteTocException.WriteTocException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Constructor for WriteTocException.WriteTocException(Throwable cause) Constructor for WriteTocException. -
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()Constructor for WriteTocException.
-
WriteTocException
public WriteTocException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Constructor for WriteTocException.
-
WriteTocException
Constructor for WriteTocException.
-
WriteTocException
Constructor for WriteTocException.
- Parameters:
message- aStringobject.
-
WriteTocException
Constructor for WriteTocException.
- Parameters:
cause- aThrowableobject.
-