com.devonfw.cobigen.api.exception.CobiGenCancellationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-api Show documentation
Show all versions of core-api Show documentation
A Code-based incremental Generator
The newest version!
package com.devonfw.cobigen.api.exception;
import java.util.concurrent.CancellationException;
/**
* Exception is thrown if the generation Process is Cancelled
*/
public class CobiGenCancellationException extends CancellationException {
/**
* Default serial version UID.
*/
private static final long serialVersionUID = 1L;
}