java.util
Class NoSuchElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.util.NoSuchElementException

public class NoSuchElementException
extends RuntimeException

NoSuchElementException is a Exception used with StringTokenizer

Author:
Juan Antonio Brenha Moral

Constructor Summary
NoSuchElementException()
           
NoSuchElementException(String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchElementException

public NoSuchElementException()

NoSuchElementException

public NoSuchElementException(String s)