// Decompiled by DJ v3.11.11.95 Copyright 2009 Atanas Neshkov Date: 26/10/2010 14:06:54 // Home Page: http://members.fortunecity.com/neshkov/dj.html http://www.neshkov.com/dj.html - Check often for new version! // Decompiler options: packimports(3) package jcircus.classesdescompiladas; public class ProcessInterruptedException extends Error { public ProcessInterruptedException(String s) { super("\n*** Interrupting a running process is not compatible with JCSP\n*** Please don't do this!\n" + s); } }