org.objectweb.kilim.repository
Class ResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
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 |
resourceName
private java.lang.String resourceName
ResourceNotFoundException
public ResourceNotFoundException(java.lang.String aResourceName)
- See Also:
Throwable.Throwable(String)
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()