fr.ens.transcriptome.doelan
Class DoelanException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byfr.ens.transcriptome.doelan.DoelanException
All Implemented Interfaces:
java.io.Serializable

public class DoelanException
extends java.lang.Exception

A nestable quality exception. This class came from from Biojava code.

Author:
Laurent Jourdren, Matthew Pocock
See Also:
Serialized Form

Constructor Summary
DoelanException()
          Create a new QualityException.
DoelanException(java.lang.String message)
          Create a new QualityException with a message.
DoelanException(java.lang.String message, java.lang.Throwable ex)
          Create a new QualityException with a cause and a message.
DoelanException(java.lang.Throwable ex)
          Create a new QualityException with a cause.
DoelanException(java.lang.Throwable ex, java.lang.String message)
          Deprecated. use new QualityException(message, ex) instead
 
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

DoelanException

public DoelanException(java.lang.String message)
Create a new QualityException with a message.

Parameters:
message - the message

DoelanException

public DoelanException(java.lang.Throwable ex)
Create a new QualityException with a cause.

Parameters:
ex - the Throwable that caused this QualityException

DoelanException

public DoelanException(java.lang.Throwable ex,
                       java.lang.String message)
Deprecated. use new QualityException(message, ex) instead

Create a new QualityException with a cause and a message.

Parameters:
ex - the Throwable that caused this QualityException
message - the message

DoelanException

public DoelanException(java.lang.String message,
                       java.lang.Throwable ex)
Create a new QualityException with a cause and a message.

Parameters:
message - the message
ex - the Throwable that caused this QualityException

DoelanException

public DoelanException()
Create a new QualityException.



Copyright © 2004-2005 École Normale Supérieure Microarray Platform. All Rights Reserved.