Your error means that the constructor which takes a HumanBehaviour cannot be
found.
/**
* Kyle Wayne Kelly
* Computer Science Student
* University of New Orleans
* 504-391-3985
* http://www.cs.uno.edu/~kkelly
* Glory to God!
* El temor del hombre pondra lazo;
* Mas el que confia en Jehova sera exaltado. (Proverbios 29:25)
*/
----- Original Message -----
From: "Liming CHEN" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 27, 2001 3:58 AM
Subject: [JAVA3D] help
> Does anyone know what the following error message means:
>
>
> --------------------------- Compiler Output ---------------------------
> VirtualAgent.java:635: cannot resolve symbol
> symbol : constructor AgentInterpreterVisitor (HumanBehavior)
> location: class clmproject.agentBSL.AgentInterpreterVisitor
> AgentBSLParserVisitor visitor = new AgentInterpreterVisitor(test);
> ^
> 1 error
>
> Here the VirtualAgent is main class in which it calls the
> AgentInterpreterVisitor class and pass the HumanBehavior class as a
parameter.
> The HumanBehavior is a class. The test is an instance of the
HumanBehavior
> class. I have written the AgentInterpreterVisitor class and declare the
> constructor as
>
> public AgentInterpreterVisitor(HumanBehavior hb)
> { ///......
>
> The AgentInterpreterVisitor class has been compiled successfully. When I
compile
> the VirtualAgent class the above error prompt. I simply cann't figure out
why
> there is such an error. I replace the HumanBehavior class with a Vector
class as
> the passing parameter. Both classes works fine (successfully compiled).
>
> Could anyone tell me why?
>
> Thank you in advance
>
> Liming
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff JAVA3D-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".