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
-
getException()
- Returns the original exception that caused this
PcmlException
.
-
getLocalizedMessage()
- Returns a localized description of this
PcmlException
.
getLocalizedMessage
public String getLocalizedMessage()
- Returns a localized description of this
PcmlException
.
- Overrides:
- getLocalizedMessage in class Throwable
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