com.pcbsys.nirvana.client.nIllegalArgumentException Class Reference

This class defines the error that can be thrown by passing an illegal argument to any method of any class in the nirvana client API. More...

Inheritance diagram for com.pcbsys.nirvana.client.nIllegalArgumentException:
com.pcbsys.nirvana.client.nBaseClientException

Public Member Functions

 nIllegalArgumentException ()
 Default constructor.
 
 nIllegalArgumentException (String msg)
 Constructs a new nIllegalArgumentException with the specified message. More...
 
- Public Member Functions inherited from com.pcbsys.nirvana.client.nBaseClientException
final String getErrorCode ()
 Returns the error code for this exception. More...
 
int getID ()
 Returns the ID of this exception. More...
 
 nBaseClientException (String msg)
 Creates the exception with the specified message. More...
 
 nBaseClientException (String msg, int _ID, String _errorCode)
 Creates the exception with the specified message. More...
 

Detailed Description

This class defines the error that can be thrown by passing an illegal 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
msga string message to specify the nature of the illegal argument error