com.gridsystems.nextgrid.api.pom.ref
Class UnresolvedReferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nextgrid.api.pom.ProcessException
              extended by com.gridsystems.nextgrid.api.pom.ref.UnresolvedReferenceException
All Implemented Interfaces:
java.io.Serializable

public final class UnresolvedReferenceException
extends nextgrid.api.pom.ProcessException

UnresolvedReferenceException type.

Author:
Rodrigo Ruiz
See Also:
Serialized Form

Constructor Summary
UnresolvedReferenceException(java.lang.String name)
          Creates a new instance.
 
Method Summary
 java.lang.String getReferenceName()
          Gets the name of the reference that could not be resolved.
 
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

UnresolvedReferenceException

public UnresolvedReferenceException(java.lang.String name)
Creates a new instance.

Parameters:
name - The reference name
Method Detail

getReferenceName

public java.lang.String getReferenceName()
Gets the name of the reference that could not be resolved.

Returns:
The reference name


Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.