sk.uniba.euromath.gene
Class ExportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sk.uniba.euromath.gene.ExportException
All Implemented Interfaces:
Serializable

public class ExportException
extends Exception

The export exception.

Author:
Martin Vysny
See Also:
Serialized Form

Constructor Summary
ExportException(String message)
          Constructor.
ExportException(String message, Throwable cause)
           
ExportException(Throwable cause)
           
 
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

ExportException

public ExportException(String message)
Constructor.

Parameters:
message - the message.

ExportException

public ExportException(String message,
                       Throwable cause)
Parameters:
message -
cause -

ExportException

public ExportException(Throwable cause)
Parameters:
cause -


Copyright 2003-2003-2006 null. All Rights Reserved.