WebObjects 5.2.3

com.webobjects.foundation
Class NSComparator.ComparisonException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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, 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

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 Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.