Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataSource.common
Class InvalidHierarchyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dss.util.BIBaseException
                    |
                    +--oracle.dss.dataSource.common.QueryException
                          |
                          +--oracle.dss.dataSource.common.InvalidMetadataException
                                |
                                +--oracle.dss.dataSource.common.InvalidHierarchyException
All Implemented Interfaces:
BIException, java.io.Serializable

public class InvalidHierarchyException
extends InvalidMetadataException

Thrown if an invalid hierarchy is found.

See Also:
Serialized Form

Constructor Summary
InvalidHierarchyException(java.lang.String s, java.lang.String[] object, java.lang.Throwable e)
          Constructor for multiple invalid hierarchies.
InvalidHierarchyException(java.lang.String s, java.lang.String object, java.lang.Throwable e)
          Constructor for a single invalid hierarchy.

 

Methods inherited from class oracle.dss.dataSource.common.InvalidMetadataException
getObjects, isMultipleObjects

 

Methods inherited from class oracle.dss.util.BIBaseException
elementAt, elements, findException, getBIRootCause, getPreviousException, size, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

InvalidHierarchyException

public InvalidHierarchyException(java.lang.String s,
                                 java.lang.String object,
                                 java.lang.Throwable e)
Constructor for a single invalid hierarchy.
Parameters:
s - Message to display.
object - Invalid hierarchy name.
e - Previous exception to carry (may be null).

InvalidHierarchyException

public InvalidHierarchyException(java.lang.String s,
                                 java.lang.String[] object,
                                 java.lang.Throwable e)
Constructor for multiple invalid hierarchies.
Parameters:
s - Message to display.
object - Names of invalid hierarchies.
e - Previous exception to carry (may be null).

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.