Uses of Class
com.novell.application.console.snapin.SnapinException

Packages that use SnapinException
com.novell.admin.common.exceptions Provides the exceptions thrown by the NDS Namespace Administration APIs. 
com.novell.application.console.snapin Provides interfaces and classes for creating and managing snap-ins to the ConsoleOne shell. 
 

Uses of SnapinException in com.novell.admin.common.exceptions
 

Subclasses of SnapinException in com.novell.admin.common.exceptions
 interface SimpleSPIException
          This class is used for SPIExceptions that have return errors codes.
 interface SPIException
          This class is used for exceptions that can be thrown by the Service Provider Interface (SPI) code layer.
 interface UniqueSPIException
          This class is used for SPIExceptions that have return error codes.
 

Uses of SnapinException in com.novell.application.console.snapin
 

Subclasses of SnapinException in com.novell.application.console.snapin
 interface NotAContainerException
          Thrown in an attempt to call the getChildren() or getChildContainers() methods when the parent is a leaf object for which there are no children.
 interface ObjectNotFoundException
          Thrown when the getObjectEntry() method is called and the specified object does not exist.
 

Methods in com.novell.application.console.snapin with parameters of type SnapinException
 int Shell.launchMsgBox(SnapinException exception)
          Launches a message box that displays an error message based on a SnapinException.
 void Shell.handleSnapinException(SnapinException exception)
          Takes the appropriate action for a snap-in exception, such as reporting the error to the user if neccessary, or exiting if the error is fatal.
 

Methods in com.novell.application.console.snapin that throw SnapinException
 int DefaultIndexedObjectEntryEnumeration.moveTo(java.lang.String targetName)
          Moves the enumeration cursor position to the entry that most closely matches the specified target name.
 int IndexedObjectEntryEnumeration.moveTo(int index)
          Moves the enumeration cursor to the entry associated with the specified index in the enumeration.
 ObjectEntry[] IndexedObjectEntryEnumeration.getNext(int count)
          Returns the next entries in the enumeration, as indicated by the count.
 ObjectEntry[] IndexedObjectEntryEnumeration.getPrev(int count)
          Returns the previous entries in the enumeration, as indicated by the count.
 int IndexedObjectEntryEnumeration.getCount()
          Returns the total enumeration entry count in the enumeration.
 ObjectEntryEnumeration NamespaceSnapin.getChildren(ObjectEntry parent, ResultModifier modifier)
          Returns an enumeration for subordinate objects (children).
 ObjectEntryEnumeration NamespaceSnapin.getChildContainers(ObjectEntry parent, ResultModifier modifier)
          Returns an enumeration for subordinate container objects (children).
 ObjectType[] NamespaceSnapin.getObjectTypes(ObjectEntry referentContext)
          Returns an array of object types contained by the name space.
 ObjectEntry NamespaceSnapin.getObjectEntry(java.lang.String name)
          Returns an ObjectEntry represented by a name.
 ObjectEntry[] NamespaceSnapin.getInitialObjectEntries()
          Returns the root ObjectEntry array.
 ObjectEntryEnumeration Shell.getChildren(ObjectEntry entry)
          Deprecated. As of ConsoleOne version 1.2, use Shell.getChildren(ObjectEntry, ResultModifier) instead.
 ObjectEntryEnumeration Shell.getChildren(ObjectEntry entry, ResultModifier resultModifier)
          Returns the enumeration of children for an ObjectEntry.
 ObjectEntryEnumeration Shell.getChildContainers(ObjectEntry entry, ResultModifier resultModifier)
          Returns an ObjectEntry's children that should appear in the tree.
 ObjectEntry[] Shell.mapObjectEntry(ObjectEntry entry)
          Returns the ObjectEntries that from other namespaces that this entry maps to.
 ObjectEntry Shell.mapObjectEntryToNamespace(ObjectEntry entry, java.lang.String namespaceUniqueID)
          Returns the ObjectEntry from a given namespace that this entry maps to.
 ObjectEntry MapObjectEntrySnapin.mapObjectEntry(ObjectEntry entry)
          Maps an ObjectEntry in one namespace to a ObjectEntry in another namespace.
 int BrowserObjectEntryEnumeration.moveFirst()
          Moves the enumeration cursor to the first entry in the enumeration.
 int BrowserObjectEntryEnumeration.moveLast()
          Moves the enumeration cursor to the last entry in the enumeration.
 int BrowserObjectEntryEnumeration.moveTo(java.lang.String target)
          Moves the enumeration cursor position to the entry that most matches the specified target name.
 ObjectEntry BrowserObjectEntryEnumeration.previous()
          Returns the previous entry in the enumeration.
 int VirtualObjectEntryEnumeration.moveTo(int position)
          Moves the enumeration cursor position to the entry associated with the position specified in the enumeration.
 int VirtualObjectEntryEnumeration.moveLeft(int count)
          Moves the enumeration cursor position toward the left in the enumeration.
 int VirtualObjectEntryEnumeration.moveRight(int count)
          Moves the enumeration cursor position toward the right in the enumeration.
 ObjectEntry[] VirtualObjectEntryEnumeration.getNext(int count)
          Returns the next count entries in the enumeration.
 ObjectEntry[] VirtualObjectEntryEnumeration.getPrev(int count)
          Returns the previous entries in the enumeration, as indicated by the count.
 int VirtualObjectEntryEnumeration.getCurrentPosition()
          Returns the current enumeration cursor position.
 int VirtualObjectEntryEnumeration.getLastEntryPosition()
          Returns the enumeration cursor position for the last entry in the enumeration.
 int VirtualObjectEntryEnumeration.getCount()
          Get the approximate total enumeration entry count.
 int CountableObjectEntryEnumeration.getCount()
          Returns the total enumeration entry count in the enumeration.
 



API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.