oracle.owb.foundation.reflection
Class ClassDefNotFoundException

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

public class ClassDefNotFoundException
extends java.lang.Exception

ClassDefNotFoundException is thrown when the definition of a class cannot be found be the OWB typing system.

See Also:
Serialized Form

Constructor Summary
ClassDefNotFoundException()
          Construct a ClassDefNotFoundException object.
ClassDefNotFoundException(java.lang.String s)
          Construct a ClassDefNotFoundException object.
 
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

ClassDefNotFoundException

public ClassDefNotFoundException()
Construct a ClassDefNotFoundException object.

ClassDefNotFoundException

public ClassDefNotFoundException(java.lang.String s)
Construct a ClassDefNotFoundException object.
Parameters:
s - is the message passed to the exception.