net.sf.jzeno.classloader
Class CantFindResourceJarEntryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jzeno.classloader.ResourceFinderErrorException
              extended by net.sf.jzeno.classloader.CantFindResourceJarEntryException
All Implemented Interfaces:
java.io.Serializable

public class CantFindResourceJarEntryException
extends ResourceFinderErrorException

See Also:
Serialized Form

Constructor Summary
CantFindResourceJarEntryException(java.lang.String jarFileName, java.lang.String entryFileName, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getEntryFileName()
           
 java.lang.String getJarFileName()
           
 
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

CantFindResourceJarEntryException

public CantFindResourceJarEntryException(java.lang.String jarFileName,
                                         java.lang.String entryFileName,
                                         java.lang.Throwable cause)
Method Detail

getJarFileName

public java.lang.String getJarFileName()

getEntryFileName

public java.lang.String getEntryFileName()