AFLPcore
Class PrettyInsignificantError

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

public class PrettyInsignificantError
extends java.lang.Error

Thrown to indicate that a miscellanious error has run, but nothing that might harm the running of the program.

See Also:
Operation, Serialized Form

Constructor Summary
PrettyInsignificantError()
          Constructs a MissingParameterError with no detailed message.
PrettyInsignificantError(java.lang.String s)
          Constructs a MissingParameterError 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

PrettyInsignificantError

public PrettyInsignificantError()
Constructs a MissingParameterError with no detailed message.

PrettyInsignificantError

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