class IkkeMerPlassException extends Exception { public IkkeMerPlassException(String info) { super("Det var ikke plass til " + info); } }