Class TAMConnectorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TAMConnectorException
    extends java.lang.Exception
    To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.HashMap getFailed()
      Returns a HashMap of failed attributes with corresponding error messages
      void setFailed​(java.lang.String attribute, java.lang.String msg)
      Builds a HashMap of failed attributes with corresponding error messages
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TAMConnectorException

        public TAMConnectorException()
        Default Constructor
      • TAMConnectorException

        public TAMConnectorException​(java.lang.String arg0)
        Constructor
        Parameters:
        arg0 - The Error Message
      • TAMConnectorException

        public TAMConnectorException​(java.util.HashMap failed,
                                     java.lang.String arg0)
        Constructor
        Parameters:
        failed - The Failed Attributes and their associated error messages
        arg0 - The Error Message
    • Method Detail

      • setFailed

        public void setFailed​(java.lang.String attribute,
                              java.lang.String msg)
        Builds a HashMap of failed attributes with corresponding error messages
        Parameters:
        attribute - The Attribute which failed
        msg - The Error Message associated with the failed attribute
      • getFailed

        public java.util.HashMap getFailed()
        Returns a HashMap of failed attributes with corresponding error messages
        Returns:
        HashMap