Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.foundation.property
Class TypeMismatchException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.owb.foundation.property.TypeMismatchException
All Implemented Interfaces:
java.io.Serializable

public class TypeMismatchException
extends java.lang.Exception

TypeMismatchException is an exception that is thrown whenever the user tries to set a value to a property and the two types are non-compatible.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.lang.Exception

 

Constructor Summary
TypeMismatchException()
          Constructs a TypeMismatchException with no detail message.
TypeMismatchException(java.lang.String s)
          Constructs a TypeMismatchException with the specified detail message.

 

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

 

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

 

Constructor Detail

TypeMismatchException

public TypeMismatchException()
Constructs a TypeMismatchException with no detail message.

TypeMismatchException

public TypeMismatchException(java.lang.String s)
Constructs a TypeMismatchException with the specified detail message.
Parameters:
s - the detail message.

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.