public static final class FieldCacheSanityChecker.Insanity extends Object
Constructor | Description |
---|---|
Insanity(FieldCacheSanityChecker.InsanityType type,
String msg,
FieldCache.CacheEntry... entries) |
Modifier and Type | Method | Description |
---|---|---|
FieldCache.CacheEntry[] |
getCacheEntries() |
CacheEntry objects which suggest a problem
|
String |
getMsg() |
Description of hte insane behavior
|
FieldCacheSanityChecker.InsanityType |
getType() |
Type of insane behavior this object represents
|
String |
toString() |
Multi-Line representation of this Insanity object, starting with
the Type and Msg, followed by each CacheEntry.toString() on it's
own line prefaced by a tab character
|
public Insanity(FieldCacheSanityChecker.InsanityType type, String msg, FieldCache.CacheEntry... entries)
public FieldCacheSanityChecker.InsanityType getType()
public String getMsg()
public FieldCache.CacheEntry[] getCacheEntries()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.