com.semarchy.mdm.runtime.model.logical.exception
Class NoSuchAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.semarchy.mdm.runtime.model.logical.exception.AbstractNoSuchElementException
com.semarchy.mdm.runtime.model.logical.exception.NoSuchAttributeException
- All Implemented Interfaces:
- Serializable
public class NoSuchAttributeException
- extends AbstractNoSuchElementException
Mar-up exception to notify that an attribute couldn't be found
- Author:
- skamel
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchAttributeException
public NoSuchAttributeException(IEntity pEntity,
String pAttributeName)
NoSuchAttributeException
public NoSuchAttributeException(IComplexAttribute pComplexAttributeImpl,
String pAttributeName)
NoSuchAttributeException
public NoSuchAttributeException(IComplexType pComplexTypeImpl,
String pAttributeName)
NoSuchAttributeException
public NoSuchAttributeException(com.semarchy.mdm.runtime.model.builtin.impl.BuiltInMetadataRegistry pBuiltInMetadataRegistry,
String pName)
getComplexAttribute
public IComplexAttribute getComplexAttribute()
getAttributeName
public String getAttributeName()
getEntity
public IEntity getEntity()
Copyright © 2015. All Rights Reserved.