I'm trying to give a set an attribute that is a vector, and that is in a y
class, however I'm having a x
class, which is made up of this y
class.
At the time I write the code does not give any error, however when I run the following error I get:
error: Exception in thread "main" java.lang.NullPointerException at Request.readMasses (Request.java:80)
How can I resolve this?
Classx: