relativelayout
Class InconsistentConstraintException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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 (firebird@andrew.cmu.edu)
See Also:
Serialized Form

Constructor Summary
InconsistentConstraintException(Binding aBinding, Binding anotherBinding)
          Constructor for InconsistentConstraintException.
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InconsistentConstraintException

public InconsistentConstraintException(Binding aBinding,
                                       Binding anotherBinding)
Constructor for InconsistentConstraintException.

Parameters:
aBinding -
anotherBinding -
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable
See Also:
Throwable.getMessage()