|
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.MissingStdParameterException
public class MissingStdParameterException
This exception is thrown whenever an IParamsAssigner
cannot
find in the provided RunnerConnfig
instance one of the JTR
standard parameters. This means that probabily the jtr.xml
configuration file is missing that information.
Constructor Summary | |
---|---|
MissingStdParameterException(java.lang.String param)
Constructs a MissingStdParameterException without a message. |
|
MissingStdParameterException(java.lang.String message,
java.lang.String param)
Constructs a MissingStdParameterException with a detailed message. |
|
MissingStdParameterException(java.lang.String message,
java.lang.String param,
java.lang.Throwable root)
Constructs a MissingStdParameterException with a detailed message and a root cause |
Method Summary | |
---|---|
java.lang.String |
getParam()
Returns the missing standard parameter name. |
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 MissingStdParameterException(java.lang.String param)
param
- The missing parameterpublic MissingStdParameterException(java.lang.String message, java.lang.String param)
message
- The message associated with the exception.param
- The missing parameterpublic MissingStdParameterException(java.lang.String message, java.lang.String param, java.lang.Throwable root)
message
- String The message associated with the exception.param
- String The missing standard parameterroot
- Throwable The root causeMethod Detail |
---|
public java.lang.String getParam()
|
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 |