public static final class FieldCacheSanityChecker.Insanity
extends java.lang.Object
Constructor and Description |
---|
Insanity(FieldCacheSanityChecker.InsanityType type,
java.lang.String msg,
FieldCache.CacheEntry[] entries) |
Modifier and Type | Method and Description |
---|---|
FieldCache.CacheEntry[] |
getCacheEntries()
CacheEntry objects which suggest a problem
|
java.lang.String |
getMsg()
Description of hte insane behavior
|
FieldCacheSanityChecker.InsanityType |
getType()
Type of insane behavior this object represents
|
java.lang.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, java.lang.String msg, FieldCache.CacheEntry[] entries)
public FieldCacheSanityChecker.InsanityType getType()
public java.lang.String getMsg()
public FieldCache.CacheEntry[] getCacheEntries()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.