1 package sound.filterDesign; 2 3 // Decompiled by Jad v1.5.8c. Copyright 2001 Pavel Kouznetsov. 4 // Jad home page: http://www.geocities.com/kpdus/jad.html 5 // Decompiler options: packimports(3) 6 // Source File Name: MyException.java 7 8 9 public class MyException extends RuntimeException { 10 11 MyException(String s) { 12 super(s); 13 } 14 } 15