org.geotools.referencing.operation.builder
Class MissingInfoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opengis.referencing.FactoryException
              extended by org.geotools.referencing.operation.builder.MissingInfoException
All Implemented Interfaces:
java.io.Serializable

public class MissingInfoException
extends org.opengis.referencing.FactoryException

Thrown when a required operation can't be performed because some information is missing or isn't set up properly.

Since:
2.4
Version:
$Id: MissingInfoException.java 30641 2008-06-12 17:42:27Z acuster $
Author:
Jan Jezek
See Also:
Serialized Form

Constructor Summary
MissingInfoException()
          Constructs an exception with no detail message.
MissingInfoException(java.lang.String message)
          Constructs an exception with the specified detail message.
 
Method Summary
 
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

MissingInfoException

public MissingInfoException(java.lang.String message)
Constructs an exception with the specified detail message.

Parameters:
message - The cause for this exception. The cause is saved for later retrieval by the Throwable.getCause() method.

MissingInfoException

public MissingInfoException()
Constructs an exception with no detail message.



Copyright © 1996-2010 Geotools. All Rights Reserved.