public class NegativeNumberException extends ArithmeticException { public NegativeNumberException() { super("No negative number please!"); } }