Glossary:
com.pcbsys.nirvana.client.nIllegalArgumentException Class Reference
This class defines the error that can be thrown by passing an illeagal argument to any method of any class in the nirvana client API. More...
Inheritance diagram for com.pcbsys.nirvana.client.nIllegalArgumentException:

Public Member Functions | |
| nIllegalArgumentException (String msg) | |
| Constructs a new nIllegalArgumentException with the specified message. | |
| nIllegalArgumentException () | |
| Default constructor. | |
Detailed Description
This class defines the error that can be thrown by passing an illeagal argument to any method of any class in the nirvana client API.Constructor & Destructor Documentation
| com.pcbsys.nirvana.client.nIllegalArgumentException.nIllegalArgumentException | ( | String | msg | ) |
Constructs a new nIllegalArgumentException with the specified message.
- Parameters:
-
msg a string message to specify the nature of the illegal argument error
