WebObjects 5.2

com.webobjects.eoaccess
Class EOUtilities.MoreThanOneException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.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, 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

EOUtilities.MoreThanOneException

public EOUtilities.MoreThanOneException(String message)
Creates a new exception with a specified message.
Parameters:
message - specifies message

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

Copyright © 2003 Apple Computer, Inc.