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
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
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
Copyright © 2003 Apple Computer, Inc.