jsdsi.sexp
Class SexpParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jsdsi.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
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 |
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)
getSexp
public Sexp getSexp()
Copyright © 2002-2006 JSDSI. All Rights Reserved.