com.legstar.coxb.cob2trans.Cob2TransInterruptedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of legstar-cob2trans Show documentation
Show all versions of legstar-cob2trans Show documentation
Generates Transformers from COBOL source.
package com.legstar.coxb.cob2trans;
/**
* The COBOL to Transformers generator was interrupted (cancelled).
*
*/
public class Cob2TransInterruptedException extends Cob2TransException {
/** Unique serial ID. */
private static final long serialVersionUID = -1;
/**
* Build Exception from message.
*/
public Cob2TransInterruptedException() {
super("COBOL to Transformers generator interrupted");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy