|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.adobe.idp.dsc.DSCException com.adobe.livecycle.generatepdf.client.PDFGBaseException com.adobe.livecycle.generatepdf.client.InvalidParameterException
public class InvalidParameterException
Represents an exception that is thrown when a given parameter is not valid.
Field Summary | |
---|---|
int |
errorCode
The error code associated with the file format exception. |
Constructor Summary | |
---|---|
InvalidParameterException(int errorCode)
For internal use only. |
|
InvalidParameterException(int errorCode,
java.lang.String param)
For internal use only. |
|
InvalidParameterException(int errorCode,
java.lang.String param,
java.lang.Throwable cause)
For internal use only. |
|
InvalidParameterException(int errorCode,
java.lang.Throwable cause)
For internal use only. |
Method Summary | |
---|---|
int |
getErrorCode()
Returns the error code associated with the exception. |
Methods inherited from class com.adobe.livecycle.generatepdf.client.PDFGBaseException |
---|
printFallbackStackTrace, printFallbackStackTrace, setFallbackConversionException |
Methods inherited from class com.adobe.idp.dsc.DSCException |
---|
getError, getMessage, getNestedThrowable, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final int errorCode
Constructor Detail |
---|
public InvalidParameterException(int errorCode)
errorCode
- The error code.public InvalidParameterException(int errorCode, java.lang.String param)
errorCode
- The error code.param
- A parameter to be inserted in the message that is picked up from a file for the corresponding error code.public InvalidParameterException(int errorCode, java.lang.String param, java.lang.Throwable cause)
errorCode
- The error code.param
- A parameter to be inserted in the message that is picked up from a file for the corresponding error code.cause
- The exception class used to generate the stack trace based on the cause of the exception.public InvalidParameterException(int errorCode, java.lang.Throwable cause)
errorCode
- The error code.cause
- The exception class used to generate the stack trace based on the cause of the exception.Method Detail |
---|
public int getErrorCode()
getErrorCode
in class PDFGBaseException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |