net.walend.measured
Class MeasuredPathException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.walend.digraph.DigraphException
                    |
                    +--net.walend.digraph.path.PathException
                          |
                          +--net.walend.measured.MeasuredPathException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NegativeWeightCycleException

public abstract class MeasuredPathException
extends PathException
implements java.io.Serializable

Author:
David Walend dfw1@cornell.edu
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MeasuredPathException(java.lang.String message)
           
MeasuredPathException(java.lang.String message, java.lang.Throwable nester)
           
MeasuredPathException(java.lang.Throwable nester)
           
 
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

MeasuredPathException

public MeasuredPathException(java.lang.String message)

MeasuredPathException

public MeasuredPathException(java.lang.Throwable nester)

MeasuredPathException

public MeasuredPathException(java.lang.String message,
                             java.lang.Throwable nester)


Copyright (c) 2001, 2002, David Walend