|
GridSim v4.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectThrowable
Exception
gridsim.ParameterException
This exception is to report bad or invalid parameters given during constructor.
| Field Summary |
| Fields inherited from class Exception |
|
| Constructor Summary | |
ParameterException()
Constructs a new exception with null as its detail message. |
|
ParameterException(String message)
Creates a new ParameterException object. |
|
| Method Summary | |
String |
toString()
Returns an error message of this object |
| Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ParameterException()
public ParameterException(String message)
message - an error message| Method Detail |
public String toString()
|
GridSim v4.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||