1: package org.depunit; 2: 3: public class XMLException extends Exception { 4: public XMLException(String method) { 5: super(method); 6: } 7: }