at.dms.classfile
Class ClassFileFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--at.dms.classfile.ClassFileFormatException
All Implemented Interfaces:
java.io.Serializable

public class ClassFileFormatException
extends java.lang.Exception

Error thrown on problems encountered.

See Also:
Serialized Form

Constructor Summary
ClassFileFormatException(java.lang.String message)
          Constructs a class file read exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassFileFormatException

public ClassFileFormatException(java.lang.String message)
Constructs a class file read exception.
Parameters:
message - The detail message.