jsdsi.sexp
Class SexpParseException

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

public class SexpParseException
extends java.lang.Exception

This exception is used to signify an error when parsing an Sexp into a SDSI Object. It indicates that the S-Expression does not correctly represent a SDSI Object.

Version:
$Revision: 1.1.6.1 $ $Date: 2005/11/08 03:12:52 $
Author:
Alexander Morcos, Sameer Ajmani
See Also:
Serialized Form

Constructor Summary
SexpParseException(java.lang.String s)
           
SexpParseException(java.lang.String s, Sexp faulty)
           
SexpParseException(java.lang.String s, java.lang.Throwable t)
           
SexpParseException(java.lang.Throwable t)
           
 
Method Summary
 Sexp getSexp()
           
 
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

SexpParseException

public SexpParseException(java.lang.String s)

SexpParseException

public SexpParseException(java.lang.Throwable t)

SexpParseException

public SexpParseException(java.lang.String s,
                          java.lang.Throwable t)

SexpParseException

public SexpParseException(java.lang.String s,
                          Sexp faulty)
Method Detail

getSexp

public Sexp getSexp()


Copyright © 2002-2006 JSDSI. All Rights Reserved.