org.n52.connectors.core.exceptions
Class ParameterDoesNotExist

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.n52.connectors.core.exceptions.N52Exception
              extended by org.n52.connectors.core.exceptions.ParameterDoesNotExist
All Implemented Interfaces:
java.io.Serializable

public class ParameterDoesNotExist
extends N52Exception

A parameter is requested from a request that does not exist

Author:
martin schouwenburg
See Also:
Serialized Form

Constructor Summary
ParameterDoesNotExist(java.lang.String 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterDoesNotExist

public ParameterDoesNotExist(java.lang.String message)