/* * Copyright 2000-2013 Enonic AS * http://www.enonic.com/license */ package com.enonic.cms.core.country; /** * Aug 4, 2009 */ public class InvalidCountryXmlException extends RuntimeException { public InvalidCountryXmlException( String message ) { super( message ); } }