org.agmodel.bioinfo.antmapgui
Class AntMapEngineException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.agmodel.bioinfo.antmapgui.AntMapEngineException
All Implemented Interfaces:
java.io.Serializable

public class AntMapEngineException
extends java.lang.Exception

An exception class for AntMapEngine

Title: AntMap

Explanation: Linkage mapping software based on ACO algorithm

Copyright: Copyright (c) 2004 NARO

Company name: NARO

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
AntMapEngineException(java.lang.String 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

AntMapEngineException

public AntMapEngineException(java.lang.String message)