public static final class FieldCacheSanityChecker.Insanity extends Object
Constructor and Description |
---|
FieldCacheSanityChecker.Insanity(FieldCacheSanityChecker.InsanityType type,
String msg,
FieldCache.CacheEntry... entries) |
Modifier and Type | Method and 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 FieldCacheSanityChecker.Insanity(FieldCacheSanityChecker.InsanityType type, String msg, FieldCache.CacheEntry... entries)
public FieldCacheSanityChecker.InsanityType getType()
public String getMsg()
public FieldCache.CacheEntry[] getCacheEntries()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.