org.kuali.student.common.ui.client.mvc
Class ModelNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.student.common.ui.client.mvc.ModelNotFoundException
- All Implemented Interfaces:
- Serializable
public class ModelNotFoundException
- extends RuntimeException
Passed to ModelRequestCallback when the model is not found.
- 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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
requestedType
private final Class<?> requestedType
ModelNotFoundException
public ModelNotFoundException(String message,
Class<?> requestedType)
- This constructs a ModelNotFoundException
- Parameters:
message
- requestedType
- the type associated with the model request
getRequestedType
public Class<?> getRequestedType()
- Returns the type associated with the model request
- Returns:
- the type associated with the model request
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.