Example usage for java.lang ArithmeticException subclass-usage

List of usage examples for java.lang ArithmeticException subclass-usage

Introduction

In this page you can find the example usage for java.lang ArithmeticException subclass-usage.

Usage

From source file DreadfulProblemException.java

class DreadfulProblemException extends ArithmeticException {
    public DreadfulProblemException() {
    }

    public DreadfulProblemException(String s) {
        super(s);