edu.cmu.relativelayout
Class InconsistentConstraintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.cmu.relativelayout.InconsistentConstraintException
- All Implemented Interfaces:
- Serializable
public class InconsistentConstraintException
- extends RuntimeException
Indicates that two or more Bindings in a single RelativeConstraints are inconsistent with one
another; that is, they specify two things about the location or size of a component that cannot both be true.
- Author:
- Brian Ellis (phoenix1701@gmail.com)
- See Also:
- Serialized Form
InconsistentConstraintException
public InconsistentConstraintException(Binding aBinding,
Binding anotherBinding)
- Constructor for InconsistentConstraintException.
- Parameters:
aBinding - anotherBinding -
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
- See Also:
Throwable.getMessage()