org.ceryle.wiki.plugin.util
Class ParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ceryle.wiki.plugin.util.ParameterException
All Implemented Interfaces:
Serializable

public class ParameterException
extends Exception

An exception thrown while processing query expression parameters.

Author:
John Volkar (john.volkar at gmail.com)
See Also:
Serialized Form

Constructor Summary
ParameterException(Parameter p)
           
ParameterException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterException

public ParameterException(String message)

ParameterException

public ParameterException(Parameter p)


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.