Blame view
circus/src/jcircus/classesdescompiladas/ProcessInterruptedException.java
545 Bytes
8d0dc533f
![]() |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
// 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(" *** Interrupting a running process is not compatible with JCSP *** Please don't do this! " + s); } } |