WebObjects 5.4.2

com.webobjects.foundation
Class NSComparator.ComparisonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
Method Summary
 
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 June 2008

Copyright © 2000-2008 Apple Inc.