edu.cmu.relativelayout.matrix
Class AmbiguousLayoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.cmu.relativelayout.matrix.AmbiguousLayoutException
- All Implemented Interfaces:
- Serializable
public class AmbiguousLayoutException
- extends RuntimeException
Indicates that the constraints specified for objects that have been added to the layout could describe more than one
possible arrangement of the controls. This is often the result of adding "circular dependencies" to the layout, such
that the position of control A depends on the position of control B, and the position
of control B also depends on the position of control A. Typically, one of these
bindings can be safely removed depending on which control's position or size is actually being defined by that
binding.
- Author:
- Rachael Bennett (srbennett@gmail.com)
- See Also:
- Serialized Form
AmbiguousLayoutException
public AmbiguousLayoutException()
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable