sdsi.sexp
Class SexpParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--sdsi.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.

Author:
Alexander Morcos, Sameer Ajmani
See Also:
Serialized Form

Field Summary
(package private)  Sexp faulty
           
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
SexpParseException()
           
SexpParseException(java.lang.String s)
           
SexpParseException(java.lang.String s, Sexp faulty)
           
 
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
 

Field Detail

faulty

Sexp faulty
Constructor Detail

SexpParseException

public SexpParseException()

SexpParseException

public SexpParseException(java.lang.String s)

SexpParseException

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

getSexp

public Sexp getSexp()