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

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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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.