org.geotools.filter
Class FilterFactoryCreationException

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

public class FilterFactoryCreationException
extends java.lang.Exception

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

Version:
$Id: FilterFactoryCreationException.java 17701 2006-01-23 00:00:51Z desruisseaux $
Author:
Ian Turton, CCG
See Also:
Serialized Form

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

FilterFactoryCreationException

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

Parameters:
msg - the detail message.

FilterFactoryCreationException

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

Parameters:
cause - the root cause of the exceptions.

FilterFactoryCreationException

public FilterFactoryCreationException(java.lang.String msg,
                                      java.lang.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 © GeoTools. All Rights Reserved.