chrriis.uihierarchy.constraints
Class IllegalConstraintsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
chrriis.uihierarchy.UIHException
chrriis.uihierarchy.constraints.IllegalConstraintsException
- All Implemented Interfaces:
- Serializable
- public class IllegalConstraintsException
- extends UIHException
An exception while interpreting the meaning of some constraints.
- Version:
- 1.0 2004.01.14
- Author:
- Christopher Deckers (chrriis@brainlex.com)
- See Also:
- Serialized Form
IllegalConstraintsException
public IllegalConstraintsException(SingleLevelAccessor accessor,
Container parentContainer,
Object constraints,
Throwable target)
- Construct an IllegalConstraintsException.
- Parameters:
accessor
- The accessor of the component for which the creation of
constraints failed.parentContainer
- The parent of the component.constraints
- The constraints that were processed.target
- The throwable that triggered this constraints exception.
getParentContainer
public Container getParentContainer()
- Get the parent of the component.
- Returns:
- The parent container.
getConstraints
public Object getConstraints()
- Get the constraints that failed the interpretation.
- Returns:
- The constraints.