net.sf.jzeno.classloader
Class CouldntAccessResourceJarException

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.CouldntAccessResourceJarException
All Implemented Interfaces:
java.io.Serializable

public class CouldntAccessResourceJarException
extends ResourceFinderErrorException

See Also:
Serialized Form

Constructor Summary
CouldntAccessResourceJarException(java.lang.String jarFileName, java.lang.String entryFileName)
           
 
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

CouldntAccessResourceJarException

public CouldntAccessResourceJarException(java.lang.String jarFileName,
                                         java.lang.String entryFileName)
Method Detail

getJarFileName

public java.lang.String getJarFileName()

getEntryFileName

public java.lang.String getEntryFileName()