uk.co.ribot.easyadapter
Class InvalidViewHolderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by uk.co.ribot.easyadapter.InvalidViewHolderException
All Implemented Interfaces:
Serializable

public class InvalidViewHolderException
extends RuntimeException

This runtime exception is thrown when the ItemViewHolder extension passed into the EasyAdapter is not a valid implementation of ItemViewHolder

See Also:
Serialized Form

Constructor Summary
InvalidViewHolderException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidViewHolderException

public InvalidViewHolderException()