edu.rit.classfile
Class ClassfileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.rit.classfile.ClassfileException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ByteCodeException, DuplicateFieldException, DuplicateSubroutineException, ListFullException, OutOfRangeException

public abstract class ClassfileException
extends Exception

Class ClassfileException is the abstract superclass of all exceptions thrown by classes in package edu.rit.classfile.

See Also:
Serialized Form

Constructor Summary
ClassfileException()
          Construct a new classfile exception with no detail message.
ClassfileException(String msg)
          Construct a new classfile exception with the given 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

ClassfileException

public ClassfileException()
Construct a new classfile exception with no detail message.


ClassfileException

public ClassfileException(String msg)
Construct a new classfile exception with the given detail message.

Parameters:
msg - Detail message.


Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.