package postingrules; /*Generated by MPS */ /*package*/ class AccountingException extends RuntimeException { public AccountingException() { super(); } public AccountingException(String s) { super(s); } }