Uses of Class
org.apache.cocoon.util.location.LocatedRuntimeException

Packages that use LocatedRuntimeException
org.apache.cocoon.forms   
org.apache.cocoon.util.location Classes and utilities used to track location information. 
 

Uses of LocatedRuntimeException in org.apache.cocoon.forms
 

Subclasses of LocatedRuntimeException in org.apache.cocoon.forms
 class FormsRuntimeException
          An exception raised when some runtime error occurs in form handling.
 

Constructors in org.apache.cocoon.forms that throw LocatedRuntimeException
FormsRuntimeException(String message, Throwable cause)
           
FormsRuntimeException(String message, Throwable cause, Location location)
           
 

Uses of LocatedRuntimeException in org.apache.cocoon.util.location
 

Constructors in org.apache.cocoon.util.location that throw LocatedRuntimeException
LocatedRuntimeException(String message, Throwable cause)
           
LocatedRuntimeException(String message, Throwable cause, Location location)
           
LocatedRuntimeException(String message, Throwable cause, Location location, boolean rethrowLocated)
           
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.