edu.rice.cs.util.classloader
Class ClassFileError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.LinkageError
              extended by edu.rice.cs.util.classloader.ClassFileError
All Implemented Interfaces:
Serializable

public class ClassFileError
extends LinkageError

See Also:
Serialized Form

Field Summary
private  String _className
          Canonical path name for the offending file.
private  LinkageError _error
           
private  String _path
           
 
Constructor Summary
ClassFileError(String c, String p, LinkageError e)
           
 
Method Summary
 String getCanonicalPath()
           
 String getClassName()
           
 LinkageError getError()
           
 
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
 

Field Detail

_className

private String _className
Canonical path name for the offending file.


_path

private String _path

_error

private LinkageError _error
Constructor Detail

ClassFileError

public ClassFileError(String c,
                      String p,
                      LinkageError e)
Method Detail

getClassName

public String getClassName()

getCanonicalPath

public String getCanonicalPath()

getError

public LinkageError getError()