OutputDeviceException.java :  » Game » aetheria » micromod » output » Java Open Source

Java Open Source » Game » aetheria 
aetheria » micromod » output » OutputDeviceException.java

package micromod.output;

/**
  General output device exception.
*/
public class OutputDeviceException extends Exception {
  public OutputDeviceException( String msg ){
    super(msg);
  }
}
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.