Class 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
    • Method Summary

      • Methods inherited from class Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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)