org.geotools.styling
Class StyleFactoryCreationException
Object
Throwable
Exception
StyleFactoryCreationException
- All Implemented Interfaces:
- Serializable
public class StyleFactoryCreationException
- extends Exception
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
- See Also:
- Serialized Form
Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StyleFactoryCreationException
public StyleFactoryCreationException()
- Creates a new instance of
StyleFactoryCreationException
without detail message.
StyleFactoryCreationException
public StyleFactoryCreationException(String msg)
- Constructs an instance of
StyleFactoryCreationException
with the specified detail message.
- Parameters:
msg
- the detail message.
StyleFactoryCreationException
public StyleFactoryCreationException(Exception e)
StyleFactoryCreationException
public StyleFactoryCreationException(String msg,
Exception e)
Copyright © 1996-2014 Geotools. All Rights Reserved.