org.resthub.web.springmvc.router.exceptions
Class RouteFileParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.beans.BeansException
                      extended by 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

Constructor Summary
RouteFileParsingException(String msg)
           
RouteFileParsingException(String msg, Throwable e)
           
 
Method Summary
 
Methods inherited from class org.springframework.beans.BeansException
equals, hashCode
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RouteFileParsingException

public RouteFileParsingException(String msg)

RouteFileParsingException

public RouteFileParsingException(String msg,
                                 Throwable e)


Copyright © 2010-2012. All Rights Reserved.