org.z3950.zing.cql
Class MissingParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.z3950.zing.cql.MissingParameterException
All Implemented Interfaces:
Serializable

public class MissingParameterException
extends Exception

Exception indicating that a required property was not specified.

See Also:
Serialized Form

Constructor Summary
MissingParameterException(String s)
          Creates a new MissingParameterException.
 
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

MissingParameterException

public MissingParameterException(String s)
Creates a new MissingParameterException.

Parameters:
s - The name of the property whose value was required but not supplied.


Copyright © 2008-2014 Index Data. All Rights Reserved.