« Return to Thread: Java.lang.String ClassCastException

Java.lang.String ClassCastException

by Rio Liu :: Rate this Message:

Reply to Author | View in Thread

Hi guys

I hava a problem. I have a signature config like
<![CDATA[
       import java.util.List;
       import java.util.Map;
       import com.test.TestClass;
       TestClass.removeError(Map<String, Boolean>);
     ]]>

but I always got a Java.lang.String classcastexception cannot be conveted to Java.lang.Boolean
Who can help me ?

Thanks very much

Rio
    

 « Return to Thread: Java.lang.String ClassCastException