public class DynamicPDFormatException extends PDConfigurationException
Constructor and Description |
---|
DynamicPDFormatException(java.lang.String message)
Creates a new
DynamicPDFormatException . |
DynamicPDFormatException(java.lang.String message,
java.lang.Throwable t)
Creates a new
DynamicPDFormatException . |
DynamicPDFormatException(java.lang.Throwable t)
Creates a new
DynamicPDFormatException . |
getCause, getThrowable
public DynamicPDFormatException(java.lang.String message)
DynamicPDFormatException
.message
- The exception message Stringpublic DynamicPDFormatException(java.lang.Throwable t)
DynamicPDFormatException
.t
- A nested throwable should it have lead to or caused this exceptionpublic DynamicPDFormatException(java.lang.String message, java.lang.Throwable t)
DynamicPDFormatException
.message
- The exception message Stringt
- A nested throwable should it have lead to or caused this exception