public class ModelNotFoundException extends RuntimeException
| Constructor and Description |
|---|
ModelNotFoundException(String message,
Class<?> requestedType)
This constructs a ModelNotFoundException
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getRequestedType()
Returns the type associated with the model request
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ModelNotFoundException(String message, Class<?> requestedType)
message - requestedType - the type associated with the model requestpublic Class<?> getRequestedType()
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.