public class NoSuchAttributeException extends AbstractNoSuchElementException
Mar-up exception to notify that an attribute couldn't be found
Constructor and Description |
---|
NoSuchAttributeException(com.semarchy.mdm.runtime.model.builtin.impl.BuiltInMetadataRegistry pBuiltInMetadataRegistry,
String pName) |
NoSuchAttributeException(IComplexAttribute pComplexAttributeImpl,
String pAttributeName) |
NoSuchAttributeException(IComplexType pComplexTypeImpl,
String pAttributeName) |
NoSuchAttributeException(IEntity pEntity,
String pAttributeName) |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName() |
IComplexAttribute |
getComplexAttribute() |
IEntity |
getEntity() |
getChildIdentifier, getParent
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchAttributeException(IComplexAttribute pComplexAttributeImpl, String pAttributeName)
public NoSuchAttributeException(IComplexType pComplexTypeImpl, String pAttributeName)
public NoSuchAttributeException(com.semarchy.mdm.runtime.model.builtin.impl.BuiltInMetadataRegistry pBuiltInMetadataRegistry, String pName)
public IComplexAttribute getComplexAttribute()
public String getAttributeName()
public IEntity getEntity()
Copyright © 2017. All rights reserved.