org.geotools.feature
Class SchemaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.geotools.feature.SchemaException
All Implemented Interfaces:
java.io.Serializable

public class SchemaException
extends java.lang.Exception

Indicates client class has attempted to create an invalid schema.

See Also:
Serialized Form

Constructor Summary
SchemaException(java.lang.String message)
          Constructor with message argument.
SchemaException(java.lang.String message, java.lang.Throwable cause)
          Constructor with message argument and cause.
SchemaException(java.lang.Throwable cause)
           
 
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

SchemaException

public SchemaException(java.lang.Throwable cause)

SchemaException

public SchemaException(java.lang.String message)
Constructor with message argument.

Parameters:
message - Reason for the exception being thrown

SchemaException

public SchemaException(java.lang.String message,
                       java.lang.Throwable cause)
Constructor with message argument and cause.

Parameters:
message - Reason for the exception being thrown
cause - Cause of SchemaException


Copyright © GeoTools. All Rights Reserved.