JIU 0.14.3

net.sourceforge.jiu.ops
Class MissingParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.jiu.ops.OperationFailedException
              extended by net.sourceforge.jiu.ops.MissingParameterException
All Implemented Interfaces:
Serializable

public class MissingParameterException
extends OperationFailedException

Exception class to indicate that an operation's parameter is missing (has not been specified by caller and there was no default value that could be used).

Author:
Marco Schmidt
See Also:
Serialized Form

Constructor Summary
MissingParameterException(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

MissingParameterException

public MissingParameterException(String message)

JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt