Package org.opencms.pdftools
Class CmsPdfThumbnailLink.ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencms.pdftools.CmsPdfThumbnailLink.ParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CmsPdfThumbnailLink
Exception which is thrown when parsing a thumbnail link fails.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseException
Creates a new instance.- Parameters:
message
- the exception message
-