org.resthub.web.springmvc.router.exceptions
Class RouteFileParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.beans.BeansException
org.resthub.web.springmvc.router.exceptions.RouteFileParsingException
- All Implemented Interfaces:
- Serializable
public class RouteFileParsingException
- extends org.springframework.beans.BeansException
Exception: Error while parsing route file
- Author:
- Brian Clozel
- See Also:
Router,
Serialized Form
| Methods inherited from class org.springframework.beans.BeansException |
equals, hashCode |
| Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getMessage, getMostSpecificCause, getRootCause |
RouteFileParsingException
public RouteFileParsingException(String msg)
RouteFileParsingException
public RouteFileParsingException(String msg,
Throwable e)
Copyright © 2010-2012. All Rights Reserved.