org.geotools.feature
Class SchemaException

Object
  extended by Throwable
      extended by Exception
          extended by SchemaException
All Implemented Interfaces:
Serializable

public class SchemaException
extends Exception

Indicates client class has attempted to create an invalid schema.

See Also:
Serialized Form
Module:

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

SchemaException

public SchemaException(Throwable cause)

SchemaException

public SchemaException(String message)
Constructor with message argument.

Parameters:
message - Reason for the exception being thrown

SchemaException

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

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


Copyright © 1996-2009 Geotools. All Rights Reserved.