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

Packages that use LocatedException
org.apache.cocoon   
org.apache.cocoon.components.flow   
org.apache.cocoon.forms   
org.apache.cocoon.forms.binding   
org.apache.cocoon.forms.formmodel   
org.apache.cocoon.forms.formmodel.library   
 

Uses of LocatedException in org.apache.cocoon
 

Subclasses of LocatedException in org.apache.cocoon
 class ConnectionResetException
          This Exception is thrown every time a component detects an exception due to a connection reset by peer.
 class ProcessingException
          This Exception is thrown every time there is a problem in processing a request.
 class ResourceNotFoundException
          This Exception is thrown every time there is a problem in finding a resource.
 

Uses of LocatedException in org.apache.cocoon.components.flow
 

Subclasses of LocatedException in org.apache.cocoon.components.flow
 class InvalidContinuationException
          This Exception is thrown whenever an invalid continuation is given.
 

Uses of LocatedException in org.apache.cocoon.forms
 

Subclasses of LocatedException in org.apache.cocoon.forms
 class FormsException
          An exception raised when an error occurs during form handling.
 

Uses of LocatedException in org.apache.cocoon.forms.binding
 

Subclasses of LocatedException in org.apache.cocoon.forms.binding
 class BindingException
          This exception is thrown when something goes wrong with the binding.
 

Uses of LocatedException in org.apache.cocoon.forms.formmodel
 

Subclasses of LocatedException in org.apache.cocoon.forms.formmodel
 class DuplicateIdException
          This exception is thrown by WidgetDefinitions that contain other WidgetDefinitions, such as the FormDefinition or the RepeaterDefinition, in case one tries to add a WidgetDefinition that has the same id as another, previously added, WidgetDefinition.
 class IncompletenessException
           
 

Uses of LocatedException in org.apache.cocoon.forms.formmodel.library
 

Subclasses of LocatedException in org.apache.cocoon.forms.formmodel.library
 class LibraryException
          This exception is thrown when something specific to the library system goes wrong.
 



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