class DuplikatException extends Exception { public DuplikatException(String id) { super(id + " ligger allerede i bokhylla."); } }