NiveauMaxAtteintException.java :  » Game » asd-tower-defense » exceptions » Java Open Source

Java Open Source » Game » asd tower defense 
asd tower defense » exceptions » NiveauMaxAtteintException.java
package exceptions;

@SuppressWarnings("serial")
public class NiveauMaxAtteintException extends Exception
{
    public NiveauMaxAtteintException(String message)
    {
        super(message);
    }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.