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

B12155-01

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

Field Summary

 

Fields inherited from class java.lang.Exception

 

Constructor Summary
ClassDefNotFoundException()
          Construct a ClassDefNotFoundException object.
ClassDefNotFoundException(java.lang.String s)
          Construct a ClassDefNotFoundException object.

 

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

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.

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.