public class ParameterException extends Exception
| Constructor and Description |
|---|
ParameterException()
Constructs a new exception with null as its detail message.
|
ParameterException(String message)
Creates a new ParameterException object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns an error message of this object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ParameterException()
public ParameterException(String message)
message - an error messageCopyright © 2012 The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne. All Rights Reserved.