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


oracle.dss.dataSource.common
Class NoSuchPropertyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.dss.util.BIBaseRuntimeException
                          |
                          +--oracle.dss.dataSource.common.QueryRuntimeException
                                |
                                +--oracle.dss.dataSource.common.NoSuchPropertyException
All Implemented Interfaces:
BIException, java.io.Serializable

public class NoSuchPropertyException
extends QueryRuntimeException

Thrown if a property is not found when using XML persistence.

See Also:
Serialized Form

Constructor Summary
NoSuchPropertyException(java.lang.String s, java.lang.String property, java.lang.Throwable e)
          Constructor.

 

Method Summary
 java.lang.String getMessage()
          Retrieves this exception's message.
 java.lang.String getProperty()
          Retrieves the missing property's name.

 

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

 

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

 

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

 

Constructor Detail

NoSuchPropertyException

public NoSuchPropertyException(java.lang.String s,
                               java.lang.String property,
                               java.lang.Throwable e)
Constructor.
Parameters:
s - Message to display.
e - Previous exception to carry (may be null).
Method Detail

getMessage

public java.lang.String getMessage()
Retrieves this exception's message.
Overrides:
getMessage in class java.lang.Throwable
Returns:
The exception's message.

getProperty

public java.lang.String getProperty()
Retrieves the missing property's name.
Returns:
The property name.

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


Copyright © 2003, Oracle. All Rights Reserved.