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