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

B12155-01

oracle.owb.metadatamgmt.changemgmt
Class CompareException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.owb.metadatamgmt.changemgmt.CompareException
All Implemented Interfaces:
java.io.Serializable

public class CompareException
extends java.lang.Exception

Thrown when diff between snapshots occured invalid condition.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.lang.Exception

 

Constructor Summary
CompareException(java.lang.String msg)
          Creates a compare exception with descriptive message.

 

Method Summary
 java.lang.String toString()
           

 

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

 

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

 

Constructor Detail

CompareException

public CompareException(java.lang.String msg)
Creates a compare exception with descriptive message.
Parameters:
msg - - Compare exception message
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable
Returns:
String representation of this object

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.