1 2 3 4 5 6 7 8 9
package heat; public class TypecheckException extends RuntimeException { public TypecheckException(String message) { super(message); } }