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
EOUtilities.MoreThanOneException
public EOUtilities.MoreThanOneException(String message)
- Creates a new exception with a specified message.
- Parameters:
message
- specifies message
Copyright © 2003 Apple Computer, Inc.