nu.xom
Class CycleException
public class CycleException
Indicates an attempt to
insert an ancestor element as one of its own descendants.
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.
|
CycleException
public CycleException(String message)
Creates a new CycleException
with a detail message.
message
- a string indicating the specific problem
CycleException
public CycleException(String message,
Throwable cause)
Creates a new CycleException
with a detail message
and an underlying root cause.
message
- a string indicating the specific problemcause
- the original cause of this exception
Copyright 2002-2005 Elliotte Rusty Harold
elharo@metalab.unc.edu