|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
oracle.dss.util.BIBaseException
oracle.dss.util.DataException
oracle.dss.util.TypeNotSupportedException
public class TypeNotSupportedException
Indicates that a data source does not support a required type
of data in either the DataMap, MetadataMap, or
LayerMetadataMap.
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, printStackTrace, printStackTraceSuper, printStackTraceSuper, size, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TypeNotSupportedException(java.lang.String map,
java.lang.String type)
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".DataMap,
MetadataMap,
LayerMetadataMappublic TypeNotSupportedException(java.lang.String s)
s - The customized message.
public TypeNotSupportedException(java.lang.String map,
java.lang.String type,
java.lang.Exception e)
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.DataMap,
MetadataMap,
LayerMetadataMap
public TypeNotSupportedException(java.lang.String s,
java.lang.Exception e)
s - The customized message.e - The underlying exception.
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||