public abstract class TimeRepresentationException extends java.lang.Exception
{
	TimeRepresentationException(String s)
	{
		super(s);
	}
}