Package org.geotools.filter
Class FilterFactoryCreationException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance ofFilterFactoryCreationException
with the specified root cause.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 Details
-
FilterFactoryCreationException
Constructs an instance ofStyleFactoryCreationException
with the specified detail message.- Parameters:
msg
- the detail message.
-
FilterFactoryCreationException
Constructs an instance ofFilterFactoryCreationException
with the specified root cause.- Parameters:
cause
- the root cause of the exceptions.
-
FilterFactoryCreationException
Constructs an instance ofFilterFactoryCreationException
with the specified detail message and root cause.- Parameters:
msg
- the detail message.cause
- the root cause of the exceptions.
-