lt.ktu.tsp.TSP
Class AlgorithmCannotPrecedeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--lt.ktu.tsp.TSP.AlgorithmCannotPrecedeException
All Implemented Interfaces:
java.io.Serializable

public class AlgorithmCannotPrecedeException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
AlgorithmCannotPrecedeException()
          Creates a new instance of AlgorithmCannotPrecedeException without detail message.
AlgorithmCannotPrecedeException(java.lang.String msg)
          Constructs an instance of AlgorithmCannotPrecedeException with the specified detail message.
 
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

AlgorithmCannotPrecedeException

public AlgorithmCannotPrecedeException()
Creates a new instance of AlgorithmCannotPrecedeException without detail message.


AlgorithmCannotPrecedeException

public AlgorithmCannotPrecedeException(java.lang.String msg)
Constructs an instance of AlgorithmCannotPrecedeException with the specified detail message.

Parameters:
msg - the detail message.