sexp
Class SexpException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--sexp.SexpException

public class SexpException
extends Exception

Exceptions that can arise from this package.

Version:
$Id: SexpException.java,v 1.1.1.2 2002/05/08 22:48:27 tep Exp $
Author:
Per Harald Myrvang <perm@pasta.cs.uit.no>
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
SexpException()
           
SexpException(String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

SexpException

public SexpException()

SexpException

public SexpException(String s)