nu.xom
Class 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.
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.
|
NoSuchAttributeException
public NoSuchAttributeException(String message)
Creates a new NoSuchAttributeException
with a detail message.
message
- explains the reason for the exception
NoSuchAttributeException
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
Copyright 2002-2009 Elliotte Rusty Harold
elharo@metalab.unc.edu