org.debellor.core.exception.parameters
Class UnknownParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.debellor.core.exception.DebellorException
              extended by org.debellor.core.exception.parameters.UnknownParameterException
All Implemented Interfaces:
java.io.Serializable

public class UnknownParameterException
extends DebellorException

To be thrown when the cell does not recognize a parameter.

Author:
Marcin Wojnarski
See Also:
Serialized Form

Constructor Summary
UnknownParameterException(java.lang.String param)
           
 
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

UnknownParameterException

public UnknownParameterException(java.lang.String param)