All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.legstar.coxb.cob2trans.Cob2TransInterruptedException Maven / Gradle / Ivy

There is a newer version: 1.5.3
Show newest version
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