inspireit.uddi.collections.iterators
Class NoSuchElementException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--java.util.NoSuchElementException
|
+--inspireit.uddi.collections.iterators.NoSuchElementException
- All Implemented Interfaces:
- java.io.Serializable
- public class NoSuchElementException
- extends java.util.NoSuchElementException
NoSuchElementException is thrown by the next- () method of a collection
iterator to indicate that there are no more elements in the collection.
- Author:
- Bertrand Fontaine, INSPIRE IT
$Revision: 1.2 $
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.Exception |
e
The Java version of NoSuchElementException. |
|
Constructor Summary |
NoSuchElementException(java.util.NoSuchElementException e)
NoSuchElementException constructor. |
|
Method Summary |
java.lang.String |
getMessage()
Gets the error message. |
void |
printStackTrace()
|
void |
printStackTrace(java.io.PrintStream s)
Prints this exception and its backtrace to the standard error stream. |
void |
printStackTrace(java.io.PrintWriter s)
Prints this exception and its backtrace to the specified print stream. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
e
protected java.lang.Exception e
- The Java version of NoSuchElementException.
NoSuchElementException
public NoSuchElementException(java.util.NoSuchElementException e)
- NoSuchElementException constructor.
- Parameters:
e - The java.util.NoSuchElementException exception thrown by the
Java runtime.
getMessage
public java.lang.String getMessage()
- Gets the error message.
- Overrides:
getMessage in class java.lang.Throwable
- Returns:
- the error message
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Prints this exception and its backtrace to the standard error stream.
- Overrides:
printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Prints this exception and its backtrace to the specified print stream.
- Overrides:
printStackTrace in class java.lang.Throwable
Download now! | Submit a bug or feature
(c) 2003 INSPIRE IT
Bld Brand Whitlock 109
1200 Brussels, Belgium
All Rights Reserved.