org.objectweb.kilim.repository
Class ResourceNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.kilim.repository.ResourceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ResourceNotFoundException
extends java.lang.Exception

Author:
dutoo Thrown when a required template was not found in the repository.
See Also:
Repository, Serialized Form

Field Summary
private  java.lang.String resourceName
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ResourceNotFoundException(java.lang.String aResourceName)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String getResourceName()
          Method getResourceName.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

resourceName

private java.lang.String resourceName
Constructor Detail

ResourceNotFoundException

public ResourceNotFoundException(java.lang.String aResourceName)
See Also:
Throwable.Throwable(String)
Method Detail

getMessage

public java.lang.String getMessage()
See Also:
Throwable.getMessage()

getResourceName

public java.lang.String getResourceName()
Method getResourceName.

Returns:
String he path of the resource

toString

public java.lang.String toString()
See Also:
Object.toString()