org.jasig.portal
Class IllegalChannelParameterOverrideException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jasig.portal.IllegalChannelParameterOverrideException
All Implemented Interfaces:
Serializable

public class IllegalChannelParameterOverrideException
extends RuntimeException

Exception thrown by the framework in response to an attempt to override a channel static data parameter when that parameter is not configured to be overridable.

Since:
2.6.0
Author:
andrew.petro@YALE.EDU, mboyd@sungardsct.com
See Also:
Serialized Form

Constructor Summary
IllegalChannelParameterOverrideException(String parameterNameArg, String failedValueArg)
          Instantiate this exception, specifying the name of the parameter that could not be overridden and the value it could not be set to.
 
Method Summary
 String getFailedValue()
          Get the value that the parameter could not be set to.
 String getParameterName()
          Get the name of the parameter that could not be overridden.
 
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

IllegalChannelParameterOverrideException

public IllegalChannelParameterOverrideException(String parameterNameArg,
                                                String failedValueArg)
Instantiate this exception, specifying the name of the parameter that could not be overridden and the value it could not be set to.

Method Detail

getParameterName

public String getParameterName()
Get the name of the parameter that could not be overridden.


getFailedValue

public String getFailedValue()
Get the value that the parameter could not be set to.



Copyright © 2010 Jasig. All Rights Reserved.