| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
RuntimeException
nu.xom.XMLException
nu.xom.NoSuchAttributeException
Indicates that an attribute with a certain name and/or namespace does not exist. This is normally thrown after an attempt to remove such a non-existent attribute.
Element.removeAttribute(Attribute)
,
Serialized FormConstructor Summary | |
NoSuchAttributeException(String message)
Creates a new NoSuchAttributeException
with a detail message. | |
NoSuchAttributeException(String message,
Throwable cause)
Creates a new NoSuchAttributeException
with the specified detail message
and an underlying root cause. |
Methods inherited from class nu.xom.XMLException |
getCause, initCause |
Methods inherited from class Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NoSuchAttributeException(String message)
Creates a new NoSuchAttributeException
with a detail message.
message
- explains the reason for the exception
public NoSuchAttributeException(String message,
Throwable cause)
Creates a new NoSuchAttributeException
with the specified detail message
and an underlying root cause.
message
- explains the reason for the exceptioncause
- the nested exception that caused this exception
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |