public class InvalidMathException extends RuntimeException {
	public InvalidMathException( ) {
	}
}
