class TomListeException extends NullPointerException { TomListeException(String melding) { super(melding); } }