harpoon.IR.RawClass
Class ClassDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by harpoon.IR.RawClass.ClassDataException
All Implemented Interfaces:
Serializable

public class ClassDataException
extends IOException

Specialized IOException class to handle malformed class files.

Version:
$Id: ClassDataException.java,v 1.2 2002/02/25 21:05:26 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>
See Also:
Serialized Form

Constructor Summary
ClassDataException()
           
ClassDataException(String s)
           
 
Method Summary
 
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

ClassDataException

public ClassDataException()

ClassDataException

public ClassDataException(String s)