Package org.geotools.filter
Class 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
-
-
Constructor Summary
Constructors Constructor Description FilterFactoryCreationException(Exception cause)
Constructs an instance ofFilterFactoryCreationException
with the specified root cause.FilterFactoryCreationException(String msg)
Constructs an instance ofStyleFactoryCreationException
with the specified detail message.FilterFactoryCreationException(String msg, Exception cause)
Constructs an instance ofFilterFactoryCreationException
with the specified detail message and root cause.
-
Method Summary
-
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FilterFactoryCreationException
public FilterFactoryCreationException(String msg)
Constructs an instance ofStyleFactoryCreationException
with the specified detail message.- Parameters:
msg
- the detail message.
-
FilterFactoryCreationException
public FilterFactoryCreationException(Exception cause)
Constructs an instance ofFilterFactoryCreationException
with the specified root cause.- Parameters:
cause
- the root cause of the exceptions.
-
-