org.deegree.services.sos
Class SOSConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deegree.services.sos.SOSConfigurationException
All Implemented Interfaces:
Serializable

public class SOSConfigurationException
extends Exception

This exception indicates that the SOS configuration couldn't be parsed, is missing required elements, etc.

Version:
$Revision: 18171 $, $Date: 2009-06-17 16:00:07 +0200 (Wed, 17 Jun 2009) $
Author:
Oliver Tonnhofer, last edited by: $Author: mschneider $
See Also:
Serialized Form

Constructor Summary
SOSConfigurationException(String message)
           
SOSConfigurationException(String message, Throwable cause)
           
 
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

SOSConfigurationException

public SOSConfigurationException(String message)
Parameters:
message -

SOSConfigurationException

public SOSConfigurationException(String message,
                                 Throwable cause)
Parameters:
message -
cause -


Copyright © 2011. All Rights Reserved.