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

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
 

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()