Package org.apache.tapestry5.services
Class AssetNotFoundException
-
-
-
-
- org.apache.tapestry5.services.AssetNotFoundException
-
-
-
-
- All Implemented Interfaces:
public class AssetNotFoundException extends
Class that represents the exception of an asset not being found.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Resource
getResource()
The resource which wasn't found.
-
-
-
Method Detail
-
getResource
public Resource getResource()
The resource which wasn't found. It may be null.- Returns:
- a
Resource
.
-
-