"You didn't enter a name for a planet in the configuration file.");
}
this.name = name;
if (size <= 0) {
throw new ErrNegativeNumber(
"You enter a negative number of inhabitants in the configuration file.");
}
this.inhabitants = size;
this.character = new ArrayList<Object>();