at.dms.classfile
Class ClassFileFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by at.dms.classfile.ClassFileFormatException
All Implemented Interfaces:
Serializable

public class ClassFileFormatException
extends Exception

Error thrown on problems encountered.

See Also:
Serialized Form

Constructor Summary
ClassFileFormatException(String message)
          Constructs a class file read exception
 
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(String message)
Constructs a class file read exception

Parameters:
message - the detail message