package mit16_410_13; public class SimplexException extends Exception { SimplexException (String s) { super(s); } }