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

List of all members.

Public Member Functions

 NotCreatorException (String message)

Detailed Description

This class represents the exception that is launched when agents in unit does not play roles with position creator.

Author:
mrodrigo

Definition at line 13 of file NotCreatorException.java.


Constructor & Destructor Documentation

Creates a new NotCreatorException using the specified message.

Parameters:
message

Definition at line 33 of file NotCreatorException.java.

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

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