com.ibm.as400.data
Class PcmlSpecificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.