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

com.legstar.base.visitor.CobolODOResolutionException Maven / Gradle / Ivy

There is a newer version: 2.1.2
Show newest version
package com.legstar.base.visitor;

/**
 * Unable to locate a valid counter for an ODO array.
 *
 */
public class CobolODOResolutionException extends RuntimeException {

    private static final long serialVersionUID = -6737906782757119853L;

    public CobolODOResolutionException(String message, Throwable cause) {
        super(message, cause);
    }

    public CobolODOResolutionException(String message) {
        super(message);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy