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

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.IncompatibleReferenceException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleReferenceException
extends nextgrid.api.pom.ProcessException

Exceptions thrown when a reference value cannot be casted to the type required by a process.

Author:
Rodrigo Ruiz
See Also:
Serialized Form

Constructor Summary
IncompatibleReferenceException(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

IncompatibleReferenceException

public IncompatibleReferenceException(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.