|
GridSim 5.0 beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectThrowable
Exception
ParameterException
public class ParameterException
This exception is to report bad or invalid parameters given during constructor.
| 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()
toString in class Throwable
|
GridSim 5.0 beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||