jgb
Class TooManyArgumentsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jgb.InvalidParameterException
                    |
                    +--jgb.TooManyArgumentsException
All Implemented Interfaces:
Serializable

public class TooManyArgumentsException
extends InvalidParameterException

See Also:
Serialized Form

Constructor Summary
TooManyArgumentsException()
           
TooManyArgumentsException(String message)
           
 
Method Summary
protected  StringBuffer getParamMessage()
           
 
Methods inherited from class jgb.InvalidParameterException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

TooManyArgumentsException

public TooManyArgumentsException()

TooManyArgumentsException

public TooManyArgumentsException(String message)
Method Detail

getParamMessage

protected StringBuffer getParamMessage()
Specified by:
getParamMessage in class InvalidParameterException


Copyright 2002-2003, François Beausoleil, All Rights Reserved