org.eclipse.ohf.wado.client
Class RequestParametersValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.ohf.wado.client.WADOException
              extended by org.eclipse.ohf.wado.client.RequestParametersValidationException
All Implemented Interfaces:
java.io.Serializable

public class RequestParametersValidationException
extends WADOException

This exception will be thrown by WADORequestProcessor when the set of request parameters are invalid (based on the specification).

Author:
Yossi Mesika
See Also:
Serialized Form

Constructor Summary
RequestParametersValidationException(java.lang.String msg)
           
 
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

RequestParametersValidationException

public RequestParametersValidationException(java.lang.String msg)