org.apache.camel
Class FailedToCreateRouteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.camel.CamelException
              extended by org.apache.camel.FailedToCreateRouteException
All Implemented Interfaces:
Serializable

public class FailedToCreateRouteException
extends CamelException

Exception when failing to create a Route.

Version:
See Also:
Serialized Form

Constructor Summary
FailedToCreateRouteException(String routeId, String route, String at, Throwable cause)
           
FailedToCreateRouteException(String routeId, String route, Throwable cause)
           
 
Method Summary
protected static String getExceptionMessage(Throwable cause)
           
 String getRouteId()
           
protected static String getRouteMessage(String route)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FailedToCreateRouteException

public FailedToCreateRouteException(String routeId,
                                    String route,
                                    Throwable cause)

FailedToCreateRouteException

public FailedToCreateRouteException(String routeId,
                                    String route,
                                    String at,
                                    Throwable cause)
Method Detail

getRouteId

public String getRouteId()

getExceptionMessage

protected static String getExceptionMessage(Throwable cause)

getRouteMessage

protected static String getRouteMessage(String route)


Apache Camel