|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.nasa.arc.brahms.common.exceptions.BrahmsException
gov.nasa.arc.brahms.vm.api.exceptions.ExternalException
gov.nasa.arc.brahms.vm.api.exceptions.VariableNotBoundException
public class VariableNotBoundException
The VariableNotBoundException is an exception thrown by a variable if the user tries to retrieve the bound value of a variable that is not yet bound to a value.
| Constructor Summary | |
|---|---|
VariableNotBoundException()
Constructor, creates a new VariableNotBoundException with no detail message |
|
VariableNotBoundException(java.lang.String message)
Constructor, creates a new VariableNotBoundException with the given detail message |
|
VariableNotBoundException(java.lang.String message,
java.lang.Throwable t)
Constructor, creates a new VariableNotBoundException with the given detail message wrapping the given exception |
|
VariableNotBoundException(java.lang.Throwable t)
Constructor, creates a new VariableNotBoundException with the given linked exception |
|
| Method Summary |
|---|
| Methods inherited from class gov.nasa.arc.brahms.common.exceptions.BrahmsException |
|---|
getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VariableNotBoundException()
public VariableNotBoundException(java.lang.String message)
message - the detail messagepublic VariableNotBoundException(java.lang.Throwable t)
t - the Throwable to be linked to this exception
public VariableNotBoundException(java.lang.String message,
java.lang.Throwable t)
message - the detail messaget - the Throwable to be linked to this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||