public class ClassNotSimObjectException extends Exception {
    public ClassNotSimObjectException (String s) {
	super (s);
    }
}