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

List of all members.

Public Member Functions

 NotInUnitOrParentUnitException (String message)

Detailed Description

This class represents the exception that is launched when the agent is not inside the unit or the parent unit.

Author:
mrodrigo

Definition at line 13 of file NotInUnitOrParentUnitException.java.


Constructor & Destructor Documentation

Creates a new NotInUnitOrParentUnitException using the specified message.

Parameters:
message

Definition at line 33 of file NotInUnitOrParentUnitException.java.

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

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