org.obe.xpdl
Class FormalParameterNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.obe.OBEException
              extended byorg.obe.xpdl.FormalParameterNotFoundException
All Implemented Interfaces:
java.io.Serializable

public final class FormalParameterNotFoundException
extends OBEException

Exception which is thrown when a named formal parameter cannot be found in a tool's definition.

Author:
Anthony Eden
See Also:
Serialized Form

Constructor Summary
FormalParameterNotFoundException()
          Constructs a new FormalParameterNotFoundException.
FormalParameterNotFoundException(java.lang.String message)
          Constructs a new FormalParameterNotFoundException with the given message.
 
Methods inherited from class org.obe.OBEException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormalParameterNotFoundException

public FormalParameterNotFoundException()
Constructs a new FormalParameterNotFoundException.


FormalParameterNotFoundException

public FormalParameterNotFoundException(java.lang.String message)
Constructs a new FormalParameterNotFoundException with the given message.

Parameters:
message - The message


SourceForge.net Logo OBE-1.0 Copyright (C) 2002-2006 Adrian Price. All Rights Reserved.