org.znerd.xmlenc
Class NoSuchElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.