proper packaging of all processing.app classes

This commit is contained in:
benfry
2005-04-09 01:22:53 +00:00
parent 95fff5705a
commit ad1334f3eb
29 changed files with 179 additions and 122 deletions

View File

@@ -17,11 +17,12 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
package processing.app;
public class PdeException extends Exception {
public int file = -1;
@@ -55,10 +56,10 @@ public class PdeException extends Exception {
/**
* Nix the java.lang crap out of an exception message
* Nix the java.lang crap out of an exception message
* because it scares the children.
*
* This function must be static to be used with super()
* This function must be static to be used with super()
* in each of the constructors above.
*/
static public final String massage(String msg) {