public class IngenAnsattException extends RuntimeException { public IngenAnsattException() { super("Det finnes ingen ansatte ? sparke."); } }