com.claritysys.jvm.classfile
Class ClassFileFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.claritysys.jvm.classfile.ClassFileFormatException
All Implemented Interfaces:
java.io.Serializable

public class ClassFileFormatException
extends java.lang.Exception

An exception that indicates an unrecoverable error ocurred while reading a class file from a stream.

See Also:
Serialized Form

Constructor Summary
ClassFileFormatException()
          Constructs a ClassFileFormatException with no specified detail message.
ClassFileFormatException(java.lang.String s)
          Constructs a ClassFileFormatException with the specified detail message.
 
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

ClassFileFormatException

public ClassFileFormatException()
Constructs a ClassFileFormatException with no specified detail message.


ClassFileFormatException

public ClassFileFormatException(java.lang.String s)
Constructs a ClassFileFormatException with the specified detail message.

Parameters:
s - the detail message.


Copyright ? 2000-2003 Clarity Systems Group, LLC. All Rights Reserved.