Class IllegalAlphabetException

  • All Implemented Interfaces:
    Serializable

    public class IllegalAlphabetException
    extends BioException

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

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

    Author:
    Matthew Pocock
    See Also:
    Serialized Form