MCPcopy Create free account
hub / github.com/ReadyTalk/avian / ArithmeticException

Class ArithmeticException

classpath/java/lang/ArithmeticException.java:13–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11package java.lang;
12
13public class ArithmeticException extends RuntimeException {
14 public ArithmeticException(String message) {
15 super(message);
16 }
17
18 public ArithmeticException() {
19 this(null);
20 }
21}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected