package orange; public class EmptyOrangeSacException extends Exception { EmptyOrangeSacException() { super("Le sac est vide."); } }