es.unex.sextante.wps
Class UnwrappableWPSProcessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by es.unex.sextante.wps.UnwrappableWPSProcessException
All Implemented Interfaces:
java.io.Serializable

public class UnwrappableWPSProcessException
extends java.lang.Exception

SEXTANTE Geoalgorithms are more restricted than WPS processes, so not all WPSProcesses can be used to create a SEXTANTE Geoalgorithm. This exception should be thrown when an unsuitable WPS process is used for that matter.

Author:
volaya
See Also:
Serialized Form

Constructor Summary
UnwrappableWPSProcessException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnwrappableWPSProcessException

public UnwrappableWPSProcessException()