nu.xom
public class CycleException extends IllegalAddException
Indicates an attempt to insert an ancestor element as one of its own descendants.
Constructor and Description |
---|
CycleException(String message)
Creates a new
CycleException
with a detail message. |
CycleException(String message,
Throwable cause)
Creates a new
CycleException with a detail message
and an underlying root cause. |
getCause, initCause
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CycleException(String message)
Creates a new CycleException
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>