org.geotools.data
Class SchemaNotFoundException

Object
  extended by Throwable
      extended by Exception
          extended by IOException
              extended by SchemaNotFoundException
All Implemented Interfaces:
Serializable

public class SchemaNotFoundException
extends IOException

Indicates a FeatureType could not be found.

Author:
Jody Garnett, Refractions Research
See Also:
Serialized Form
Module:
modules/library/main (gt-main.jar)

Constructor Summary
SchemaNotFoundException(String typeName)
           
SchemaNotFoundException(String typeName, Throwable t)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaNotFoundException

public SchemaNotFoundException(String typeName)

SchemaNotFoundException

public SchemaNotFoundException(String typeName,
                               Throwable t)


Copyright © 1996-2010 Geotools. All Rights Reserved.