| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Error | |||
| ↳ | android.test.AssertionFailedError | |||
| ↳ | android.test.ComparisonFailure | |||
      This class was deprecated
      in API level 16.
    use junit.framework.ComparisonFailure
  
Thrown when an assert equals for Strings failed.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
          Returns the detail message which was provided when this
  
  
  Throwable was created.
          
    
         | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Throwable
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
Returns the detail message which was provided when this
 Throwable was created. Returns null if no message was
 provided at creation time.