org.jasig.portal
Class IllegalChannelParameterOverrideException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
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.