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