org.kuali.student.common.ui.client.mvc
Class ControllerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ControllerException()
          Deprecated.  
ControllerException(String message)
          Deprecated.  
ControllerException(String message, Throwable cause)
          Deprecated.  
ControllerException(Throwable cause)
          Deprecated.  
 
Method Summary
 
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

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.