Package org.graffiti.attributes
Class FieldAlreadySetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.graffiti.attributes.FieldAlreadySetException
- All Implemented Interfaces:
Serializable
public class FieldAlreadySetException extends RuntimeException
The
FieldAlreadySetException
will be thrown if
setAttributable()
of setParent()
is invoked on an
attribute where theses fields are not null anymore.- Version:
- $Revision: 1.4 $
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FieldAlreadySetException(String msg)
Constructs anFieldAlreadySetException
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
-
FieldAlreadySetException
Constructs anFieldAlreadySetException
with the specified detail message.- Parameters:
msg
- The detail message which is saved for later retrieval by thegetMessage()
method.
-