org.geotools.filter
Class FilterFactoryCreationException

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

public class FilterFactoryCreationException
extends Exception

An exception that can be thrown by the StyleFactory if it fails to create the implementation of the StyleFactory.

Author:
Ian Turton, CCG
See Also:
Serialized Form
Module:
modules/library/main (gt-main.jar)

Constructor Summary
FilterFactoryCreationException(Exception cause)
          Constructs an instance of FilterFactoryCreationException with the specified root cause.
FilterFactoryCreationException(String msg)
          Constructs an instance of StyleFactoryCreationException with the specified detail message.
FilterFactoryCreationException(String msg, Exception cause)
          Constructs an instance of FilterFactoryCreationException with the specified detail message and root 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

FilterFactoryCreationException

public FilterFactoryCreationException(String msg)
Constructs an instance of StyleFactoryCreationException with the specified detail message.

Parameters:
msg - the detail message.

FilterFactoryCreationException

public FilterFactoryCreationException(Exception cause)
Constructs an instance of FilterFactoryCreationException with the specified root cause.

Parameters:
cause - the root cause of the exceptions.

FilterFactoryCreationException

public FilterFactoryCreationException(String msg,
                                      Exception cause)
Constructs an instance of FilterFactoryCreationException with the specified detail message and root cause.

Parameters:
msg - the detail message.
cause - the root cause of the exceptions.


Copyright © 1996-2009 Geotools. All Rights Reserved.