Class MissingAttributeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingAttributeException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MissingAttributeException​(java.lang.String msg, java.lang.String name)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAttributeName()
      Return the name of the missing Attribute
      • 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

      • MissingAttributeException

        public MissingAttributeException​(java.lang.String msg,
                                         java.lang.String name)
        Constructor
        Parameters:
        msg - The message
        name - The name of the missing attribute
    • Method Detail

      • getAttributeName

        public java.lang.String getAttributeName()
        Return the name of the missing Attribute
        Returns:
        The name of the missing Attribute