nu.xom.xinclude
Class BadEncodingAttributeException
public class BadEncodingAttributeException
BadEncodingAttributeException(String message) -
Constructs a
BadEncodingAttributeException with
the specified detail message.
|
BadEncodingAttributeException(String message, String uri) -
Creates a new
BadEncodingAttributeException with a
detail message and the URI of the document that caused
the exception.
|
BadEncodingAttributeException
public BadEncodingAttributeException(String message)
Constructs a BadEncodingAttributeException
with
the specified detail message.
message
- a string indicating the specific problem
BadEncodingAttributeException
public BadEncodingAttributeException(String message,
String uri)
Creates a new BadEncodingAttributeException
with a
detail message and the URI of the document that caused
the exception.
message
- a string indicating the specific problemuri
- the URI of the document that caused this exception
Copyright 2002-2009 Elliotte Rusty Harold
elharo@metalab.unc.edu