ants
Class NoSuchRouteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--ants.NoSuchRouteException

public class NoSuchRouteException
extends java.lang.RuntimeException

A runtime exception thrown when there is no default route

See Also:
Serialized Form

Constructor Summary
NoSuchRouteException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchRouteException

public NoSuchRouteException()