Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.server.java.util
Class NoSuchElementException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.jbo.server.java.util.NoSuchElementException

All Implemented Interfaces:
java.io.Serializable

public class NoSuchElementException
extends java.lang.RuntimeException

Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.

Since:
JDK1.0
See Also:
Enumeration, Enumeration.nextElement(), Serialized Form

Constructor Summary
NoSuchElementException()
          Constructs a NoSuchElementException with no detail message.
NoSuchElementException(java.lang.String s)
          Constructs a NoSuchElementException with the specified detail 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

NoSuchElementException

public NoSuchElementException()
Constructs a NoSuchElementException with no detail message.
Since:
JDK1.0

NoSuchElementException

public NoSuchElementException(java.lang.String s)
Constructs a NoSuchElementException with the specified detail message.
Parameters:
s - the detail message.
Since:
JDK1.0

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


Copyright © 1997, 2005, Oracle. All rights reserved.