org.znerd.xmlenc
Class NoSuchElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.znerd.xmlenc.NoSuchElementException
All Implemented Interfaces:
Serializable

public final class NoSuchElementException
extends RuntimeException

Exception thrown to indicate a specified XML element is not found and hence unexpected.

Since:
xmlenc 0.53
See Also:
Serialized Form

Constructor Summary
NoSuchElementException(String message)
          Constructs a new NoSuchElementException with the specified detail 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

NoSuchElementException

public NoSuchElementException(String message)
Constructs a new NoSuchElementException with the specified detail message.

Parameters:
message - the optional detail message, or null.


Copyright © 2003-2012. All Rights Reserved.