class UgyldigNavnException extends RuntimeException{ public UgyldigNavnException(String navn) { super("Ugyldig navn: " + navn); } }