Skip navigation links


Uses of Class
com.essbase.eas.framework.defs.FrameworkException

Packages that use FrameworkException
com.essbase.eas.framework.defs Provides classes and interfaces relating to Essbase Administration Services framework components. 
com.essbase.eas.framework.server.defs Provides classes and interfaces relating to Essbase Administration Services framework. 

 

Uses of FrameworkException in com.essbase.eas.framework.defs

 

Methods in com.essbase.eas.framework.defs that return FrameworkException
static FrameworkException FrameworkException.createException(java.lang.Class c, java.util.ResourceBundle b, java.lang.String key, java.lang.Throwable t)
          Creates an instance of FrameworkException class, using a resource bundle and a key to retrieve the message used in the exception.

 

Uses of FrameworkException in com.essbase.eas.framework.server.defs

 

Subclasses of FrameworkException in com.essbase.eas.framework.server.defs
 class ApplicationAliasAlreadyBoundException
          extension of the FrameworkException class for application specific problems.
 class ApplicationException
          extension of the FrameworkException class for application specific problems.
 class CommandParameterException
           
 class DependencyException
          Exception object that can be generated and thrown when attempting to dispose of application part objects.
 class MalformedRequestException
          This exception will be thrown when a request cannot be processed because it is not formed correctly.
 class NoSuchCommandException
           
 class NoSuchServiceException
          This exception wil be thrown when a request is made for a service that cannot be found in the service context.
 class ServiceException
          Extends the FrameworkException class to have a more specific meaning regarding "services"; a ServiceException would normally be thrown when attempting to access services such as a script service, storage service, etc.

 


Skip navigation links


Copyright © 2001, 2007, Oracle. All rights reserved.