
public class InheritanceConstraintException extends IllegalStateException
An Implementation is only allowed to be the parent of another
implementation if the value of property final is false.
This exception gets thrown for any implementation violating this
constraint.
Implementation.getParent(),
Implementation.isFinal(),
Serialized Form| Constructor and Description |
|---|
InheritanceConstraintException(String implementationIdentifier)
Creates a new
InheritanceConstraintException instance
taking the identifier of the implementation violating the constraint. |
| Modifier and Type | Method and Description |
|---|---|
String |
getImplementationIdentifier()
Gets the identifier of the implementation violating the constraint.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InheritanceConstraintException(String implementationIdentifier)
InheritanceConstraintException instance
taking the identifier of the implementation violating the constraint.implementationIdentifier - identifier of the implementation
violating the constraint.public String getImplementationIdentifier()
Copyright © 2005-2012 jDTAUS. All Rights Reserved.