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

pl.edu.icm.unity.engine.translation.ExecutionBreakException Maven / Gradle / Ivy

/*
 * Copyright (c) 2013 ICM Uniwersytet Warszawski All rights reserved.
 * See LICENCE.txt file for licensing information.
 */
package pl.edu.icm.unity.engine.translation;

import pl.edu.icm.unity.exceptions.EngineException;

/**
 * Throw to signal that further execution of the translation profile should be stopped.
 * @author K. Benedyczak
 */
public class ExecutionBreakException extends EngineException
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy