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


oracle.dss.util
Class TypeNotSupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dss.util.BIBaseException
                    |
                    +--oracle.dss.util.DataException
                          |
                          +--oracle.dss.util.TypeNotSupportedException
All Implemented Interfaces:
BIException, java.io.Serializable

public class TypeNotSupportedException
extends DataException

Indicates that a data source does not support a required type of data in either the DataMap, MetadataMap, or LayerMetadataMap.

See Also:
DataMap, MetadataMap, LayerMetadataMap, Serialized Form

Constructor Summary
TypeNotSupportedException(java.lang.String s)
          Constructor to use to display a customized message.
TypeNotSupportedException(java.lang.String s, java.lang.Exception e)
          Constructor for an exception that passes on an underlying exception and displays a customized message.
TypeNotSupportedException(java.lang.String map, java.lang.String type)
          Constructor to use to display a standard message.
TypeNotSupportedException(java.lang.String map, java.lang.String type, java.lang.Exception e)
          Constructor for an exception that passes on an underlying exception and that displays a standard message.

 

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

TypeNotSupportedException

public TypeNotSupportedException(java.lang.String map,
                                 java.lang.String type)
Constructor to use to display a standard message.
Parameters:
map - The map in which the required type is not supported, such as "DataMap", "MetadataMap", and "LayerMetadataMap"
type - The type that is not supported in map. The type must identify one of the constants in map. For example, if map is "DataMap", then type must be the String for one of the constants in the DataMap, such as "DATA_FORMATTED", "DATA_UNFORMATTED", "DATA_TYPE", or "DATA_RATIO".
See Also:
DataMap, MetadataMap, LayerMetadataMap

TypeNotSupportedException

public TypeNotSupportedException(java.lang.String s)
Constructor to use to display a customized message.
Parameters:
s - The customized message.

TypeNotSupportedException

public TypeNotSupportedException(java.lang.String map,
                                 java.lang.String type,
                                 java.lang.Exception e)
Constructor for an exception that passes on an underlying exception and that displays a standard message.
Parameters:
map - The map in which the required type is not supported, such as "DataMap", "MetadataMap", and "LayerMetadataMap"
type - The type that is not supported in map. The type must identify one of the constants in map. For example, if map is "DataMap", then type must be the String for one of the constants in the DataMap, such as "DATA_FORMATTED", "DATA_UNFORMATTED", "DATA_TYPE", or "DATA_RATIO".
e - The underlying exception.
See Also:
DataMap, MetadataMap, LayerMetadataMap

TypeNotSupportedException

public TypeNotSupportedException(java.lang.String s,
                                 java.lang.Exception e)
Constructor for an exception that passes on an underlying exception and displays a customized message.
Parameters:
s - The customized message.
e - The underlying exception.

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


Copyright © 2003, Oracle. All Rights Reserved.