public class PDException
extends java.lang.Exception
Constructor and Description |
---|
PDException(java.lang.String TextExcep)
constructor of the exception
|
Modifier and Type | Method and Description |
---|---|
static void |
GenPDException(java.lang.String TextExcep,
java.lang.String OptParam)
creates and thows a new PDException with the information provided
|
public PDException(java.lang.String TextExcep)
TextExcep
- text of the exceptionpublic static void GenPDException(java.lang.String TextExcep, java.lang.String OptParam) throws PDException
TextExcep
- Text of the exceptionOptParam
- Optional parameter to be added to the text of exceptionPDException
- the created PDException