net.sf.pipet.resources
Class ResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.pipet.resources.ResourceException
              extended by net.sf.pipet.resources.ResourceNotFoundException
All Implemented Interfaces:
Serializable

public class ResourceNotFoundException
extends ResourceException

See Also:
Serialized Form

Constructor Summary
ResourceNotFoundException()
           
ResourceNotFoundException(String msg)
           
ResourceNotFoundException(String msg, Throwable ex)
           
ResourceNotFoundException(Throwable ex)
           
 
Method Summary
 
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

ResourceNotFoundException

public ResourceNotFoundException()

ResourceNotFoundException

public ResourceNotFoundException(String msg)

ResourceNotFoundException

public ResourceNotFoundException(Throwable ex)

ResourceNotFoundException

public ResourceNotFoundException(String msg,
                                 Throwable ex)


Copyright © 2012 VU University Amsterdam. All Rights Reserved.