1 package antlr; 2 3 class FileCopyException extends java.io.IOException { 4 5 6 public FileCopyException(String msg) { super(msg); } 7 } 8