edu.rit.classfile
Class ClassfileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.