| 
 | JTR 5.0 API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jtr.assigner.util.ParameterException
public class ParameterException
This exception is thrown when the JTR runtime is not able to properly set
 a property of an IRunner instance.
| Constructor Summary | |
|---|---|
| ParameterException(java.lang.String msg,
                   java.lang.Object bean,
                   java.lang.String name,
                   java.lang.Object value)Creates a new instance of ParameterException | |
| ParameterException(java.lang.String msg,
                   java.lang.Throwable cause,
                   java.lang.Object bean,
                   java.lang.String name,
                   java.lang.Object value)Creates a new instance with a message and a cause. | |
| Method Summary | |
|---|---|
|  java.lang.Object | getBean()Obtains the IRunnerinstance over which the parameter setting
 has failed. | 
|  java.lang.String | getName()Obtains the name of the property over which the parameter setting has failed. | 
|  java.lang.Object | getValue()Obtains the value that should have been set over the property. | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 ParameterException(java.lang.String msg,
                          java.lang.Object bean,
                          java.lang.String name,
                          java.lang.Object value)
msg - bean - name - value - 
public ParameterException(java.lang.String msg,
                          java.lang.Throwable cause,
                          java.lang.Object bean,
                          java.lang.String name,
                          java.lang.Object value)
msg - cause - bean - name - value - | Method Detail | 
|---|
public java.lang.Object getBean()
IRunner instance over which the parameter setting
 has failed.
public java.lang.String getName()
public java.lang.Object getValue()
public java.lang.String toString()
toString in class java.lang.Throwable| 
 | The JTR Project is licensed under GPL version 2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||