Package | Description |
---|---|
org.modeshape.jcr.value |
Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for
representing and working with properties and their values.
|
Modifier and Type | Method and Description |
---|---|
Location |
PathNotFoundException.getLocation()
Get the path that was not found
|
Constructor and Description |
---|
PathNotFoundException(Location location,
Path lowestAncestorThatDoesExist) |
PathNotFoundException(Location location,
Path lowestAncestorThatDoesExist,
String message) |
PathNotFoundException(Location location,
Path lowestAncestorThatDoesExist,
String message,
Throwable cause) |
PathNotFoundException(Location location,
Path lowestAncestorThatDoesExist,
Throwable cause) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.