org.geotools.caching.featurecache
Class FeatureCacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.geotools.caching.featurecache.FeatureCacheException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CacheOversizedException

public class FeatureCacheException
extends java.lang.Exception

Exception thrown by the FeatureCache when unexpected error occurs.

See Also:
Serialized Form

Constructor Summary
FeatureCacheException()
           
FeatureCacheException(java.lang.String comment)
           
FeatureCacheException(java.lang.Throwable t)
           
 
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

FeatureCacheException

public FeatureCacheException()

FeatureCacheException

public FeatureCacheException(java.lang.Throwable t)

FeatureCacheException

public FeatureCacheException(java.lang.String comment)


Copyright © 1996-2010 Geotools. All Rights Reserved.