All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jpattern.service.log.event.NullException Maven / Gradle / Ivy

There is a newer version: 3.6.2
Show newest version
package com.jpattern.service.log.event;

import java.io.PrintWriter;

/**
 * 
 * @author Francesco Cina'
 *
 * 09/apr/2010
 */
public class NullException extends Exception {

	private static final long serialVersionUID = 1L;
	
    public String toString() {
        return "";
    }
    
    public void printStackTrace(PrintWriter printWriter){
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy