The exception to indicate that an invalid alphabet has been used.

Namespace:  BioSharp.Core.Bio.Symbol
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public class IllegalAlphabetException : BioException

Remarks

The usual reason for throwing an IllegalAlphabetException is that you are trying to parse an ISymbolList into a method that only works for some alphabets, but not for the alphabet associated with that ISymbolList.

Original BioJava version by Matthew Pocock. Port to C# by Doug Swisher.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    BioSharp.Core.Bio..::.BioException
      BioSharp.Core.Bio.Symbol..::.IllegalAlphabetException

See Also