public class StyleFactoryCreationException extends Exception
Constructor and Description |
---|
StyleFactoryCreationException()
Creates a new instance of
StyleFactoryCreationException without detail message. |
StyleFactoryCreationException(Exception e) |
StyleFactoryCreationException(String msg)
Constructs an instance of
StyleFactoryCreationException with the specified
detail message. |
StyleFactoryCreationException(String msg,
Exception e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StyleFactoryCreationException()
StyleFactoryCreationException
without detail message.public StyleFactoryCreationException(String msg)
StyleFactoryCreationException
with the specified
detail message.msg
- the detail message.public StyleFactoryCreationException(Exception e)
Copyright © 1996–2019 Geotools. All rights reserved.