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

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchApplicationException, NoSuchAttributeException, NoSuchAttributeGroupException, NoSuchBOEntityException, NoSuchBOTransitionException, NoSuchBOViewException, NoSuchBusinessObjectException, NoSuchCheckConstraintException, NoSuchComplexTypeException, NoSuchConstraintException, NoSuchEnricherException, NoSuchEntityException, NoSuchFormViewException, NoSuchLovException, NoSuchLovValueException, NoSuchModelJobException, NoSuchModelJobTaskException, NoSuchNavigationNodeException, NoSuchNodeException, NoSuchPluginParamException, NoSuchPluginValidatorException, NoSuchPublisherException, NoSuchReferenceException, NoSuchTableViewException, NoSuchTaskException, NoSuchTransitionException, NoSuchUniqueKeyException, NoSuchViewAttributeException, NoSuchWorkflowException

public abstract class AbstractNoSuchElementException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
AbstractNoSuchElementException(Object pParent, Class<?> pChildClass, String pChildIdentifier)
           
AbstractNoSuchElementException(Object pParent, String message)
           
 
Method Summary
 String getChildIdentifier()
           
 Object 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

AbstractNoSuchElementException

public AbstractNoSuchElementException(Object pParent,
                                      Class<?> pChildClass,
                                      String pChildIdentifier)

AbstractNoSuchElementException

public AbstractNoSuchElementException(Object pParent,
                                      String message)
Method Detail

getParent

public Object getParent()

getChildIdentifier

public String getChildIdentifier()


Copyright © 2015. All Rights Reserved.