CancelledInsertionOfParaExceptionn.java 230 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
package circusRefine.util;

/**
*
* @author alessandro87
*
*/
public class CancelledInsertionOfParaExceptionn extends CRefineException {

public CancelledInsertionOfParaExceptionn() {
super("COD0658");
}

}