Uses of Class
com.arsdigita.util.UncheckedWrapperException

Packages that use UncheckedWrapperException
com.arsdigita.categorization The Categorization service provides an infrastructure for developers to categorize arbitrary content within the system. 
com.arsdigita.domain Domain Objects provide an application logic tier between the persistent storage and presentation tiers. 
com.arsdigita.formbuilder.ui.jsp   
com.arsdigita.initializer Provides a simple framework for initializing components at system startup time. 
com.arsdigita.persistence The classes in this package provide an API for creating and manipulating Data Objects. 
com.arsdigita.search.converter   
com.arsdigita.templating System for styling and rendering XML documents using XSLT. 
com.arsdigita.util Utility classes. 
com.arsdigita.versioning Provides for versioning of data objects. 
 

Uses of UncheckedWrapperException in com.arsdigita.categorization
 

Subclasses of UncheckedWrapperException in com.arsdigita.categorization
 class CategorizationException
          Category exception.
 class CategoryMappingExistsException
          This is thrown when an attempt is made to add a mapping that already exists.
 class CategoryMappingNotFoundException
          This is thrown when the requested category mapping is not found.
 class CategoryNotFoundException
          This is thrown when the requested category is not found.
 

Uses of UncheckedWrapperException in com.arsdigita.domain
 

Subclasses of UncheckedWrapperException in com.arsdigita.domain
 class DeleteException
          DeleteException
 class InstantiatorNotFoundException
          This exception is thrown by DomainObjectFactory when it is unable to find an instantiator for a given DataObject.
 

Uses of UncheckedWrapperException in com.arsdigita.formbuilder.ui.jsp
 

Subclasses of UncheckedWrapperException in com.arsdigita.formbuilder.ui.jsp
 class FormNotFoundException
           
 

Uses of UncheckedWrapperException in com.arsdigita.initializer
 

Subclasses of UncheckedWrapperException in com.arsdigita.initializer
 class InitializationException
          InitializationException
 

Uses of UncheckedWrapperException in com.arsdigita.persistence
 

Subclasses of UncheckedWrapperException in com.arsdigita.persistence
 class FlushException
          An exception representing the inability to write all changes to the database.
 class ObjectDeletedException
          ObjectDeletedException
 class PersistenceException
          PersistenceException
 class UndefinedEventException
          UndefinedEventException - Thrown when the persistence system attempts to invoke an event, such as a property retrieve event, which is undefined.
 

Uses of UncheckedWrapperException in com.arsdigita.search.converter
 

Subclasses of UncheckedWrapperException in com.arsdigita.search.converter
 class ConversionException
          An exception to indicate that a problem occurred while trying to convert the contents of the document to text.
 

Uses of UncheckedWrapperException in com.arsdigita.templating
 

Subclasses of UncheckedWrapperException in com.arsdigita.templating
 class WrappedTransformerException
          A simple wrapper around TransformerException that provides a more useful WrappedTransformerException.getMessage() method.
 

Uses of UncheckedWrapperException in com.arsdigita.util
 

Subclasses of UncheckedWrapperException in com.arsdigita.util
static class Encoding.UnsupportedException
          This is an unchecked exception.
 

Methods in com.arsdigita.util that throw UncheckedWrapperException
static void UncheckedWrapperException.throwLoggedException(Class source, String msg, Throwable rootCause)
          Throws an UncheckedWrapperException, and ensurs that it is logged at ERROR priority.
 

Uses of UncheckedWrapperException in com.arsdigita.versioning
 

Subclasses of UncheckedWrapperException in com.arsdigita.versioning
 class VersioningException
          This is an unchecked exception.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC