first commit
This commit is contained in:
10
java/expression/OverflowException.java
Normal file
10
java/expression/OverflowException.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package expression;
|
||||
|
||||
/**
|
||||
* @author Doschennikov Nikita (me@fymio.us)
|
||||
*/
|
||||
public class OverflowException extends ArithmeticException {
|
||||
public OverflowException(String operation) {
|
||||
super("overflow in " + operation);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user