cz.cuni.amis.pogamut.sposh.exceptions
Class MissingParameterException

Package class diagram package MissingParameterException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cz.cuni.amis.pogamut.sposh.exceptions.MissingParameterException
All Implemented Interfaces:
Serializable

public class MissingParameterException
extends Exception

This exception is thrown when some call has an argument with value of parameter and the parameter is missing. E.g. (AP vars($a=1) ( do-something($b))), but $b is not one of parameters of node AP.

Author:
Honza
See Also:
Serialized Form

Constructor Summary
MissingParameterException(String parameterName)
          Create new exception about missing parameter.
 
Method Summary
 String getParameterName()
           
 
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 parameterName)
Create new exception about missing parameter.

Parameters:
parameterName - Name of missing parameter.
Method Detail

getParameterName

public String getParameterName()


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.