Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


oracle.dss.util
Class TypeNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.dss.util.BIBaseException
              extended by oracle.dss.util.DataException
                  extended by oracle.dss.util.TypeNotSupportedException

All Implemented Interfaces:
java.io.Serializable, BIException

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

Field Summary

 

Fields inherited from class oracle.dss.util.DataException
m_Resources

 

Fields inherited from class oracle.dss.util.BIBaseException
m_support

 

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.

 

Method Summary

 

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

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace

 

Methods inherited from class java.lang.Object
clone, equals, finalize, 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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


Copyright © 1997, 2009, Oracle. All rights reserved.