jsdsi.sexp
Class SexpException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjsdsi.sexp.SexpException
All Implemented Interfaces:
java.io.Serializable

public class SexpException
extends java.lang.Exception

This exception is used to signify an error when parsing an input stream into a Sexp. It indicates that there is some error and the bytes in the input stream do not correctly represent an S-Expression.

Version:
$Revision: 1.2.2.1 $ $Date: 2005/11/08 03:12:52 $
Author:
Sameer Ajmani
See Also:
Serialized Form

Constructor Summary
SexpException()
           
SexpException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SexpException

public SexpException()

SexpException

public SexpException(java.lang.String s)


Copyright © 2002-2006 JSDSI. All Rights Reserved.