jgb
Class UnknownArgumentException

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

public class UnknownArgumentException
extends InvalidParameterException

See Also:
Serialized Form

Constructor Summary
UnknownArgumentException(String unknownArg)
           
UnknownArgumentException(String message, String unknownArg)
           
 
Method Summary
protected  StringBuffer getParamMessage()
           
 String getUnknownArg()
           
 
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

UnknownArgumentException

public UnknownArgumentException(String unknownArg)

UnknownArgumentException

public UnknownArgumentException(String message,
                                String unknownArg)
Method Detail

getUnknownArg

public String getUnknownArg()

getParamMessage

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


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