package no.ntnu.item.csv.exception; public class IllegalRootCapException extends CSVException { private static final long serialVersionUID = 1L; public IllegalRootCapException() { super("Illegal root capability"); } }