org.geotools.styling
Class StyleFactoryCreationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.geotools.styling.StyleFactoryCreationException
All Implemented Interfaces:
java.io.Serializable

public class StyleFactoryCreationException
extends java.lang.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

Constructor Summary
StyleFactoryCreationException()
          Creates a new instance of StyleFactoryCreationException without detail message.
StyleFactoryCreationException(java.lang.Exception e)
           
StyleFactoryCreationException(java.lang.String msg)
          Constructs an instance of StyleFactoryCreationException with the specified detail message.
StyleFactoryCreationException(java.lang.String msg, java.lang.Exception e)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StyleFactoryCreationException

public StyleFactoryCreationException()
Creates a new instance of StyleFactoryCreationException without detail message.


StyleFactoryCreationException

public StyleFactoryCreationException(java.lang.String msg)
Constructs an instance of StyleFactoryCreationException with the specified detail message.

Parameters:
msg - the detail message.

StyleFactoryCreationException

public StyleFactoryCreationException(java.lang.Exception e)

StyleFactoryCreationException

public StyleFactoryCreationException(java.lang.String msg,
                                     java.lang.Exception e)


Copyright © GeoTools. All Rights Reserved.