| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.globus.cog.karajan.workflow.ExecutionException
org.globus.cog.karajan.stack.VariableNotFoundException
public class VariableNotFoundException
| Constructor Summary | |
|---|---|
VariableNotFoundException()
 | 
|
VariableNotFoundException(String name)
 | 
|
VariableNotFoundException(String name,
                          Throwable cause)
 | 
|
VariableNotFoundException(Throwable cause)
 | 
|
VariableNotFoundException(VariableStack stack,
                          String name)
 | 
|
VariableNotFoundException(VariableStack stack,
                          String name,
                          Throwable cause)
 | 
|
| Method Summary | |
|---|---|
 String | 
getMessage()
 | 
| Methods inherited from class org.globus.cog.karajan.workflow.ExecutionException | 
|---|
getStack, setStack, toString | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public VariableNotFoundException()
public VariableNotFoundException(String name)
public VariableNotFoundException(String name,
                                 Throwable cause)
public VariableNotFoundException(Throwable cause)
public VariableNotFoundException(VariableStack stack,
                                 String name)
public VariableNotFoundException(VariableStack stack,
                                 String name,
                                 Throwable cause)
| Method Detail | 
|---|
public String getMessage()
getMessage in class Throwable
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||