public class FilterFactoryCreationException extends Exception
Constructor and Description |
---|
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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FilterFactoryCreationException(String msg)
StyleFactoryCreationException
with the specified
detail message.msg
- the detail message.public FilterFactoryCreationException(Exception cause)
FilterFactoryCreationException
with the specified root
cause.cause
- the root cause of the exceptions.Copyright © 1996–2021 Geotools. All rights reserved.