com.ibm.as400.data
Class PcmlSpecificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.as400.data.PcmlSpecificationException
- All Implemented Interfaces:
- Serializable
public class PcmlSpecificationException
- extends Exception
Thrown when syntax errors are detected in a PCML source file.
- See Also:
ProgramCallDocument
,
XmlException
,
PcmlException
,
Serialized Form
Method Summary |
String[] |
getMessages()
Returns the error messages that were logged to this object. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getMessages
public String[] getMessages()
- Returns the error messages that were logged to this object.
- Returns:
- A list of error messages associated with this exception.
If no error messages, then an empty list is returned.