net.sourceforge.jiu.ops

Class MissingParameterException


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

Constructor Summary

MissingParameterException(String message)

Constructor Details

MissingParameterException

public MissingParameterException(String message)