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

com.lumiomedical.flow.compiler.NotImplementedException Maven / Gradle / Ivy

package com.lumiomedical.flow.compiler;

/**
 * @author Pierre Lecerf ([email protected])
 * Created on 2020/12/06
 */
public final class NotImplementedException extends RuntimeException
{
    /**
     *
     */
    public NotImplementedException()
    {
        super();
    }

    /**
     *
     * @param message
     */
    public NotImplementedException(String message)
    {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy