public class TranslationException extends TimeRepresentationException
{
	TranslationException(String s)
	{
		super(s);
	}
}