Git Repository Public Repository

ISBets21MAUBRY

URLs

Copy to Clipboard
 
3cf4057e97448d401b49261033b8ab566105944e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package exceptions;
public class EventFinished extends Exception {
 private static final long serialVersionUID = 1L;
 
 public EventFinished()
  {
    super();
  }
  /**This exception is triggered if the event has already finished
  *@param s String of the exception
  */
  public EventFinished(String s)
  {
    super(s);
  }
}

Commits for ISBets21MAUBRYeclipse-workspace/ISBets21MAUBRY/src/main/java/exceptions/EventFinished.java

Diff revisions: vs.
Revision Author Commited Message
3cf405 ... porkipig Sun 16 May, 2021 19:27:29 +0000

IteraciĆ³n 3(VersiĆ³n sin idiomas)