All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.data.PcmlException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.as400.data.PcmlException

public class PcmlException
extends Exception
Thrown when an error is encountered using a ProgramCallDocument.

See Also:
ProgramCallDocument

Method Index

 o getException()
Returns the original exception that caused this PcmlException.
 o getLocalizedMessage()
Returns a localized description of this PcmlException.

Methods

 o getLocalizedMessage
 public String getLocalizedMessage()
Returns a localized description of this PcmlException.

Overrides:
getLocalizedMessage in class Throwable
 o getException
 public Exception getException()
Returns the original exception that caused this PcmlException.

Returns:
The exception that causes this instance of PcmlException. If this exception was not caused by another exception, null is returned.

All Packages  Class Hierarchy  This Package  Previous  Next  Index