Package nu.xom

Class NoSuchAttributeException

All Implemented Interfaces:
Serializable

public class NoSuchAttributeException extends XMLException

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.

Version:
1.0
Author:
Elliotte Rusty Harold
See Also:
  • Constructor Details

    • NoSuchAttributeException

      public NoSuchAttributeException(String message)

      Creates a new NoSuchAttributeException with a detail message.

      Parameters:
      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.

      Parameters:
      message - explains the reason for the exception
      cause - the nested exception that caused this exception