| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.geotools.styling.StyleFactoryCreationException
StyleFactoryCreationException | public class StyleFactoryCreationException extends java.lang.Exception (Code) | | An exception that can be thrown by the StyleFactory if it fails to create
the implementation of the StyleFactory. $Id:
StyleFactoryCreationException.java,v 1.1 2002/10/22 17:02:03 ianturton Exp
$
author: iant |
StyleFactoryCreationException | public StyleFactoryCreationException()(Code) | | Creates a new instance of StyleFactoryCreationException
without detail message.
|
StyleFactoryCreationException | public StyleFactoryCreationException(String msg)(Code) | | Constructs an instance of StyleFactoryCreationException
with the specified detail message.
Parameters: msg - the detail message. |
StyleFactoryCreationException | public StyleFactoryCreationException(Exception e)(Code) | | |
|
|
|