nu.xom
public class IllegalAddException extends WellformednessException
Indicates an attempt to add a node in a wrong place; for instance
adding a Text
node to a Document
object.
Constructor and Description |
---|
IllegalAddException(String message)
Creates a new
IllegalAddException
with a detail message. |
IllegalAddException(String message,
Throwable cause)
Creates a new
IllegalAddException with a detail message
and an underlying root cause. |
getCause, initCause
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalAddException(String message)
Creates a new IllegalAddException
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>