|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nu.xom.XMLException
nu.xom.NoSuchAttributeException
public class 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(java.lang.String message)
Creates a new NoSuchAttributeException
with a detail message. |
|
NoSuchAttributeException(java.lang.String message,
java.lang.Throwable cause)
Creates a new NoSuchAttributeException
with the specified detail message
and an underlying root cause. |
Method Summary |
---|
Methods inherited from class nu.xom.XMLException |
---|
getCause, initCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NoSuchAttributeException(java.lang.String message)
Creates a new NoSuchAttributeException
with a detail message.
message
- explains the reason for the exceptionpublic NoSuchAttributeException(java.lang.String message, java.lang.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 |