com.trackstudio.exception
Class InvalidParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.trackstudio.exception.GranException
              extended by com.trackstudio.exception.UserException
                  extended by com.trackstudio.exception.InvalidParameterException
All Implemented Interfaces:
java.io.Serializable

public class InvalidParameterException
extends UserException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.trackstudio.exception.UserException
messages
 
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)
           
 
Method Summary
 
Methods inherited from class com.trackstudio.exception.UserException
addActionMessages, getActionMessages, toString
 
Methods inherited from class com.trackstudio.exception.GranException
getTSCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
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
Throws:
GranException


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