jmarkov.basic.exceptions
Class StructureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jmarkov.basic.exceptions.SolverException
              extended by jmarkov.basic.exceptions.StructureException
All Implemented Interfaces:
java.io.Serializable

public class StructureException
extends SolverException

This exception is produced in shortest path problems if the conditions for convergence are not met.

Author:
Juan F Redondo
See Also:
Serialized Form

Constructor Summary
StructureException(java.lang.String message)
          Default constructor.
 
Method Summary
 
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

StructureException

public StructureException(java.lang.String message)
Default constructor.

Parameters:
message -