package org.warp.jcwdb; public class NoParserFoundException extends NullPointerException { public NoParserFoundException(String string) { super(string); } /** * */ private static final long serialVersionUID = 701010818132241139L; }