Package org.graffiti.attributes
Class IllegalIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.graffiti.attributes.IllegalIdException
- All Implemented Interfaces:
Serializable
public class IllegalIdException extends RuntimeException
The
IllegalIdException
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 IllegalIdException(String msg)
Constructs anIllegalIdException
with 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
-
IllegalIdException
Constructs anIllegalIdException
with the specified detail message.- Parameters:
msg
- The detail message which is saved for later retrieval by thegetMessage()
method.
-