jgb
Class InvalidParameterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jgb.InvalidParameterException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RequiredArgumentMissingException, TooManyArgumentsException, UnknownArgumentException

public abstract class InvalidParameterException
extends Exception

See Also:
Serialized Form

Constructor Summary
InvalidParameterException()
           
InvalidParameterException(String message)
           
 
Method Summary
 String getMessage()
           
protected abstract  StringBuffer getParamMessage()
           
 
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

InvalidParameterException

public InvalidParameterException()

InvalidParameterException

public InvalidParameterException(String message)
Method Detail

getMessage

public final String getMessage()
Overrides:
getMessage in class Throwable

getParamMessage

protected abstract StringBuffer getParamMessage()


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