org.kuali.student.common.ui.client.mvc
Class ControllerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.student.common.ui.client.mvc.ControllerException
- All Implemented Interfaces:
- Serializable
Deprecated.
@Deprecated
public class ControllerException
- extends RuntimeException
Thrown by the controller in situations where an error is caused by a configuration/code problem. (e.g. calling showView()
for a view that is not registered with a given controller.)
- Author:
- Kuali Student Team
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ControllerException
public ControllerException()
- Deprecated.
ControllerException
public ControllerException(String message,
Throwable cause)
- Deprecated.
ControllerException
public ControllerException(String message)
- Deprecated.
ControllerException
public ControllerException(Throwable cause)
- Deprecated.
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.