package net.sourceforge.jnlp; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author jvanek */ public class NullJnlpFileException extends NullPointerException { public NullJnlpFileException() { super(); } public NullJnlpFileException(String s) { super(s); } }