ALBPM Process API

fuego.papi.exception
Class InvalidArgumentType

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fuego.lang.DefaultRuntimeException
                  extended by fuego.papi.exception.InvalidArgumentType
All Implemented Interfaces:
Serializable

public class InvalidArgumentType
extends fuego.lang.DefaultRuntimeException

See Also:
Serialized Form

Constructor Summary
InvalidArgumentType()
           
InvalidArgumentType(fuego.resources.Msg msg)
           
InvalidArgumentType(String argumentName, String typeName)
          to throw when the argument type is wrong
 
Method Summary
 
Methods inherited from class fuego.lang.DefaultRuntimeException
getCause, getCode, getDetail, getKey, getMessage, getMessage, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidArgumentType

public InvalidArgumentType()

InvalidArgumentType

public InvalidArgumentType(fuego.resources.Msg msg)

InvalidArgumentType

public InvalidArgumentType(String argumentName,
                           String typeName)
to throw when the argument type is wrong

Parameters:
argumentName - wrong argument
typeName - type expected

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved