relativelayout
Class InconsistentConstraintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
relativelayout.InconsistentConstraintException
- All Implemented Interfaces:
- Serializable
public class InconsistentConstraintException
- extends RuntimeException
Indicates that two or more Binding
s 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 (firebird@andrew.cmu.edu)
- 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()