Package nu.xom.xinclude
Class BadEncodingAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
nu.xom.xinclude.XIncludeException
nu.xom.xinclude.BadEncodingAttributeException
- All Implemented Interfaces:
Serializable
Indicates that the encoding attribute
is not an EncName as defined in the
XML specification, section 4.3.3, rule 81.
- Version:
- 1.3.9
- Author:
- Elliotte Rusty Harold
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBadEncodingAttributeException(String message) Constructs aBadEncodingAttributeExceptionwith the specified detail message.BadEncodingAttributeException(String message, String uri) Creates a newBadEncodingAttributeExceptionwith a detail message and the URI of the document that caused the exception. -
Method Summary
Methods inherited from class nu.xom.xinclude.XIncludeException
getCause, getURI, initCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadEncodingAttributeException
Constructs a
BadEncodingAttributeExceptionwith the specified detail message.- Parameters:
message- a string indicating the specific problem
-
BadEncodingAttributeException
Creates a new
BadEncodingAttributeExceptionwith a detail message and the URI of the document that caused the exception.- Parameters:
message- a string indicating the specific problemuri- the URI of the document that caused this exception
-