Class UnknownAttributeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnknownAttributeException
    extends java.lang.Exception
    This is just a marker class.
    Version:
    $Revision: 88b901bf20fb $
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnknownAttributeException​(java.lang.String wrongAttributeName, java.lang.Exception cause)
      Default constructor.
    • Method Summary

      • 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

      • UnknownAttributeException

        public UnknownAttributeException​(java.lang.String wrongAttributeName,
                                         java.lang.Exception cause)
        Default constructor.
        Parameters:
        wrongAttributeName - name of attribute
        cause - original Exception