Skip to content
Snippets Groups Projects
Commit 69e1d740 authored by Céline  TREBEAU's avatar Céline TREBEAU
Browse files

feature : new exception

parent d3667e48
No related branches found
No related tags found
1 merge request!41Resolve "Consider rescaling (binning) large images"
package fr.pasteur.ida.zellige.steps.selection.exception;
public class BinningFailedException extends Exception
{
}
package fr.pasteur.ida.zellige.steps.selection.exception;
public class ImageTooLargeException extends Exception
{
public ImageTooLargeException( )
{
super( "message" );
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment