Class AttributeNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.graffiti.attributes.AttributeNotFoundException
All Implemented Interfaces:
Serializable

public class AttributeNotFoundException
extends RuntimeException
The AttributeNotFoundException will be thrown if a method tries to access a nonexistent attribute.
Version:
$Revision: 1.4 $
See Also:
Serialized Form
  • Constructor Details

    • AttributeNotFoundException

      public AttributeNotFoundException​(String msg)
      Constructs an AttributeNotFoundException with the specified detail message.
      Parameters:
      msg - the detail message which is saved for later retrieval by the getMessage() method.