com.semarchy.mdm.runtime.model.logical.exception
Class NoSuchAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.semarchy.mdm.runtime.model.logical.exception.AbstractNoSuchElementException
                  extended by 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

Constructor Summary
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)
           
 
Method Summary
 String getAttributeName()
           
 IComplexAttribute getComplexAttribute()
           
 IEntity getEntity()
           
 
Methods inherited from class com.semarchy.mdm.runtime.model.logical.exception.AbstractNoSuchElementException
getChildIdentifier, getParent
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getComplexAttribute

public IComplexAttribute getComplexAttribute()

getAttributeName

public String getAttributeName()

getEntity

public IEntity getEntity()


Copyright © 2015. All Rights Reserved.