|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
nextgrid.api.pom.ProcessException
com.gridsystems.nextgrid.api.pom.ref.IncompatibleReferenceException
public class IncompatibleReferenceException
Exceptions thrown when a reference value cannot be casted to the type required by a process.
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 |
---|
public IncompatibleReferenceException(java.lang.String name)
name
- The reference nameMethod Detail |
---|
public java.lang.String getReferenceName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |