view src/main/java/de/mpiwg/gazetteer/utils/exceptions/GazetteerException.java @ 10:5610250d021a default tip

SectionsIndex, we added a method to print the setting of the VM
author "jurzua <jurzua@mpiwg-berlin.mpg.de>"
date Thu, 19 Mar 2015 11:46:33 +0100
parents 7682c04c63a8
children
line wrap: on
line source

package de.mpiwg.gazetteer.utils.exceptions;

public abstract class GazetteerException extends Exception{

	private static final long serialVersionUID = -7540131287577085722L;
	
	public	 static int CODE = 0;
	
	public int getCode(){
		return CODE;
	}
	
}