net.sf.jzeno.classloader
Class CouldntAccessResourceFileException

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

public class CouldntAccessResourceFileException
extends ResourceFinderErrorException

See Also:
Serialized Form

Constructor Summary
CouldntAccessResourceFileException(java.lang.String fileName)
           
 
Method Summary
 java.lang.String getFileName()
           
 
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

CouldntAccessResourceFileException

public CouldntAccessResourceFileException(java.lang.String fileName)
Method Detail

getFileName

public java.lang.String getFileName()