Magentix2  2.1.1
es.upv.dsic.gti_ia.organization.exception.InvalidParametersException Class Reference
Inheritance diagram for es.upv.dsic.gti_ia.organization.exception.InvalidParametersException:
Collaboration diagram for es.upv.dsic.gti_ia.organization.exception.InvalidParametersException:

List of all members.

Public Member Functions

 InvalidParametersException (String message)

Detailed Description

This class represents the exception that is launched when parameter is not valid.

Author:
mrodrigo

Definition at line 12 of file InvalidParametersException.java.


Constructor & Destructor Documentation

Creates a new AgentNotExistsException using the specified message.

Parameters:
message

Definition at line 32 of file InvalidParametersException.java.

                                                          {
                super(message);
                this.content = message;
        }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables