com.ibm.as400.data

Class PcmlSpecificationException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.as400.data.PcmlSpecificationException
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.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 java.lang.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.