package jmathlib.core.graphics.properties; public class PropertyException extends Exception { PropertyException() { super(); } PropertyException(String s) { super(s); } }