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.
Constructor and Description |
---|
IllegalAlphabetException()
Just make the exception.
|
IllegalAlphabetException(String message)
Make the exception with a message.
|
IllegalAlphabetException(Throwable t) |
IllegalAlphabetException(Throwable t,
String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalAlphabetException()
public IllegalAlphabetException(String message)
public IllegalAlphabetException(Throwable t)
public IllegalAlphabetException(Throwable t, String message)
Copyright © 2014 BioJava. All rights reserved.