Package org.graffiti.attributes
Class AttributeExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.graffiti.attributes.AttributeExistsException
- All Implemented Interfaces:
 Serializable
public class AttributeExistsException extends RuntimeException
The 
AttributeExistsException will be thrown if a method tries to
 add an attribute at a location where another attribute already exists.- Version:
 - $Revision: 1.4 $
 - See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description AttributeExistsException(String msg)Constructs anAttributeExistsExceptionwith the specified detail message. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
AttributeExistsException
Constructs anAttributeExistsExceptionwith the specified detail message.- Parameters:
 msg- the detail message which is saved for later retrieval by thegetMessage()method.
 
 -