WebObjects 5.2

com.webobjects.foundation
Class NSComparator.ComparisonException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.webobjects.foundation.NSComparator.ComparisonException
All Implemented Interfaces:
Serializable
Enclosing class:
NSComparator

public static class NSComparator.ComparisonException
extends Exception

Instances of the NSComparator.ComparisonException class are created and thrown when an error condition is encountered during the comparison of two objects.

See Also:
NSComparator, Serialized Form

Constructor Summary
NSComparator.ComparisonException(String message)
          Creates and returns a new Exception with message as the 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

NSComparator.ComparisonException

public NSComparator.ComparisonException(String message)
Creates and returns a new Exception with message as the message.
Parameters:
message - message of the Exception that is created

Last updated Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.