sdsi.sexp
Class SexpException

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

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

Field Summary
 
Fields inherited from class java.lang.Exception
 
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)