- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CircularDependencyException, IncorectContentPathPrefixException, InvalidContentPathException
public class ModelOperationException
extends java.lang.Exception
Thrown when the precise cause of the failure could not be pinpointed, and MalformedRequestException, ResourceNotFoundException and ContentProcessingException
have been excluded. It is an exception that we do not have a nicely specified message for. ModelOperationException
is used primarily
when handling logical requests by the application request handler
AppRequestHandler.handleLogicalRequest(String, UrlContentAccessor, RequestMode)
.
throws MalformedRequestException, ResourceNotFoundException, ContentProcessingException, ModelOperationException}.
- See Also:
- Serialized Form