ProcessInterruptedException.java 545 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
// 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);
}
}