NeoBio API

neobio.alignment
Class IncompatibleScoringSchemeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--neobio.alignment.IncompatibleScoringSchemeException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleScoringSchemeException
extends java.lang.Exception

Signals that an scoring scheme is not compatible with the sequences being aligned.

Author:
Sergio A. de Carvalho Jr.
See Also:
ScoringScheme, PairwiseAlignmentAlgorithm, Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
IncompatibleScoringSchemeException()
          Constructs an IncompatibleScoringSchemeException with null as its error detail message.
IncompatibleScoringSchemeException(java.lang.String message)
          Constructs an IncompatibleScoringSchemeException with the specified detail message.
IncompatibleScoringSchemeException(java.lang.String message, java.lang.Throwable cause)
          Constructs an IncompatibleScoringSchemeException with the specified detail message and cause.
IncompatibleScoringSchemeException(java.lang.Throwable cause)
          Constructs an IncompatibleScoringSchemeException with the specified cause (and a detail message that typically contains the class and detail message of cause).
 
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

IncompatibleScoringSchemeException

public IncompatibleScoringSchemeException()
Constructs an IncompatibleScoringSchemeException with null as its error detail message.


IncompatibleScoringSchemeException

public IncompatibleScoringSchemeException(java.lang.String message)
Constructs an IncompatibleScoringSchemeException with the specified detail message.

Parameters:
message - an error message

IncompatibleScoringSchemeException

public IncompatibleScoringSchemeException(java.lang.Throwable cause)
Constructs an IncompatibleScoringSchemeException with the specified cause (and a detail message that typically contains the class and detail message of cause).

Parameters:
cause - a cause

IncompatibleScoringSchemeException

public IncompatibleScoringSchemeException(java.lang.String message,
                                          java.lang.Throwable cause)
Constructs an IncompatibleScoringSchemeException with the specified detail message and cause.

Parameters:
message - an error message
cause - a cause

SourceForge.net