IPAbortedException.java

00001 /* 
00002 ** Author(s): Miguel Calejo
00003 ** Contact:   interprolog@declarativa.com, http://www.declarativa.com
00004 ** Copyright (C) Declarativa, Portugal, 2000-2002
00005 ** Use and distribution, without any warranties, under the terms of the 
00006 ** GNU Library General Public License, readable in http://www.fsf.org/copyleft/lgpl.html
00007 */
00008 package com.declarativa.interprolog.util;
00011 public class IPAbortedException extends IPException{
00012         public IPAbortedException(String s){super(s);}
00013 }
00014 

Generated on Wed Jul 26 13:30:44 2006 for XSB by  doxygen 1.4.5