WebObjects 5.4.2

com.webobjects.eoaccess
Class EOUtilities.MoreThanOneException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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.
 
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

EOUtilities.MoreThanOneException

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

Parameters:
message - specifies message

Last updated June 2008

Copyright © 2000-2008 Apple Inc.