AFLPcore
Class ScoringFailure

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--AFLPcore.ScoringFailure
All Implemented Interfaces:
java.io.Serializable

public class ScoringFailure
extends java.lang.Error

Thrown to indicate that the scoring function could not function properly.

See Also:
Serialized Form

Constructor Summary
ScoringFailure()
          Constructs a ScoringFailure with no detailed message.
ScoringFailure(java.lang.String s)
          Constructs a ScoringFailure with the specified detailed message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScoringFailure

public ScoringFailure()
Constructs a ScoringFailure with no detailed message.

ScoringFailure

public ScoringFailure(java.lang.String s)
Constructs a ScoringFailure with the specified detailed message.
Parameters:
s - the detailed error message.