|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Location | |
org.apache.cocoon | |
org.apache.cocoon.util.location |
Uses of Location in org.apache.cocoon |
Methods in org.apache.cocoon with parameters of type Location | |
static ProcessingException |
ProcessingException.throwLocated(String message,
Throwable thr,
Location location)
Throw a located exception given an existing exception and the location where this exception was catched. |
Constructors in org.apache.cocoon with parameters of type Location | |
ResourceNotFoundException(String message,
Location location)
|
|
ResourceNotFoundException(String message,
Throwable t,
Location loc)
|
|
ProcessingException(String message,
Location location)
Construct a new ProcessingException that has an associated location. |
|
ProcessingException(String message,
Throwable t,
Location location)
Construct a new ProcessingException that has a parent exception
and an associated location. |
Uses of Location in org.apache.cocoon.util.location |
Classes in org.apache.cocoon.util.location that implement Location | |
class |
LocationImpl
A simple immutable and serializable implementation of Location . |
Fields in org.apache.cocoon.util.location declared as Location | |
static Location |
Location.UNKNOWN
Constant for unknown locations. |
Methods in org.apache.cocoon.util.location that return Location | |
static Location |
LocationAttributes.getLocation(Attributes attrs,
String description)
Returns the Location of an element (SAX flavor). |
static Location |
LocationAttributes.getLocation(Element elem,
String description)
Returns the Location of an element (DOM flavor). |
static Location |
LocationAttributes.getLocation(Element elem)
Same as getLocation(elem, null) . |
static Location |
LocationUtils.getLocation(Object obj)
Get the location of an object. |
static Location |
LocationUtils.getLocation(Object obj,
String description)
Get the location of an object. |
Location |
LocationUtils.LocationFinder.getLocation(Object obj,
String description)
Get the location of an object |
Location |
LocatedRuntimeException.getLocation()
|
Location |
Locatable.getLocation()
Get the location of this object |
Location |
LocatedException.getLocation()
|
Methods in org.apache.cocoon.util.location with parameters of type Location | |
static String |
LocationUtils.toString(Location location)
Builds a string representation of a location, in the " descripton - uri:line:column "
format (e.g. |
static boolean |
LocationUtils.isKnown(Location location)
Checks if a location is known, i.e. |
static boolean |
LocationUtils.isUnknown(Location location)
Checks if a location is unknown, i.e. |
void |
LocatedRuntimeException.addLocation(Location loc)
|
static LocationImpl |
LocationImpl.get(Location location)
Obtain a LocationImpl from a Location . |
void |
MultiLocatable.addLocation(Location location)
Add a location to the current list of locations. |
void |
LocatedException.addLocation(Location loc)
|
Constructors in org.apache.cocoon.util.location with parameters of type Location | |
LocatedRuntimeException(String message,
Location location)
|
|
LocatedRuntimeException(String message,
Throwable cause,
Location location)
|
|
LocatedRuntimeException(String message,
Throwable cause,
Location location,
boolean rethrowLocated)
|
|
LocationImpl(Location location)
Copy constructor. |
|
LocationImpl(String description,
Location location)
Create a location from an existing one, but with a different description |
|
LocatedException(String message,
Location location)
|
|
LocatedException(String message,
Throwable cause,
Location location)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |