WebObjects 5.2.3

com.webobjects.eoaccess
Class EOUtilities.MoreThanOneException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.webobjects.eoaccess.EOUtilities.MoreThanOneException
All Implemented Interfaces:
Serializable
Enclosing class:
EOUtilities

public static class EOUtilities.MoreThanOneException
extends RuntimeException

This exception is thrown from the methods in EOUtilities, indicating that multiple objects were found in a search that expected exactly one object as result.

See Also:
Serialized Form

Constructor Summary
EOUtilities.MoreThanOneException(String message)
          Creates a new exception with a specified 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

EOUtilities.MoreThanOneException

public EOUtilities.MoreThanOneException(String message)
Creates a new exception with a specified message.

Parameters:
message - specifies message

Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.