gran.exception
Class InvalidParameterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bygran.exception.GranException
              extended bygran.exception.UserException
                  extended bygran.exception.InvalidParameterException
All Implemented Interfaces:
java.io.Serializable

public class InvalidParameterException
extends UserException

See Also:
Serialized Form

Constructor Summary
InvalidParameterException(java.lang.Class className, java.lang.String method, java.lang.String parameter, SessionContext sc)
           
InvalidParameterException(java.lang.String className, java.lang.String method, java.lang.String parameter, java.lang.String userId)
           
 
Methods inherited from class gran.exception.UserException
addActionMessages, getActionMessages
 
Methods inherited from class gran.exception.GranException
getTSCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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(java.lang.String className,
                                 java.lang.String method,
                                 java.lang.String parameter,
                                 java.lang.String userId)

InvalidParameterException

public InvalidParameterException(java.lang.Class className,
                                 java.lang.String method,
                                 java.lang.String parameter,
                                 SessionContext sc)
                          throws GranException


Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.