nu.xom
public class WellformednessException extends XMLException
Indicates an attempt to do or create something that could not possibly be serialized in a namespace well-formed XML 1.0 document.
Constructor and Description |
---|
WellformednessException(String message)
Creates a new
WellformednessException
with a detail message. |
WellformednessException(String message,
Throwable cause)
Creates a new
WellformednessException
with a detail message and an underlying root cause. |
getCause, initCause
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WellformednessException(String message)
Creates a new WellformednessException
with a detail message.
message
- a string indicating the specific problemCopyright 2002-2010 <a href='http://www.elharo.com/'>Elliotte Rusty Harold</a><br /> <a href='mailto:elharo%40ibiblio%2Eorg?Subject=XOM'>elharo@ibiblio.org</a>