source: ether_statistics/service/implementation/com/medias/megapoli/struts/exceptions/MetadataException.java @ 569

Last change on this file since 569 was 569, checked in by vmipsl, 12 years ago

Nouveau projet

File size: 695 bytes
Line 
1/*
2 * Created on 6 juin 2005
3 *
4 * TODO To change the template for this generated file go to
5 * Window - Preferences - Java - Code Style - Code Templates
6 */
7package com.medias.megapoli.struts.exceptions;
8
9
10/**
11 * @author pignot
12 *
13 * TODO To change the template for this generated type comment go to
14 * Window - Preferences - Java - Code Style - Code Templates
15 */
16public class MetadataException extends Exception {
17
18    /**
19     *
20     */
21    private static final long serialVersionUID = 1L;
22
23    public MetadataException (String message) {
24        super (message);
25    }
26   
27    public String toString () {
28        return "Il n'existe pas encore de métadonnées pour ce jeu";
29    }
30   
31}
Note: See TracBrowser for help on using the repository browser.