|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.biojava.utils.NestedException
org.biojava.bio.BioException
org.biojava.bio.symbol.IllegalAlphabetException
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 Summary | |
IllegalAlphabetException()
Just make the exception. |
|
IllegalAlphabetException(java.lang.String message)
Make the exception with a message. |
|
IllegalAlphabetException(java.lang.Throwable t)
|
|
IllegalAlphabetException(java.lang.Throwable t,
java.lang.String message)
|
Methods inherited from class org.biojava.utils.NestedException |
printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IllegalAlphabetException()
public IllegalAlphabetException(java.lang.String message)
public IllegalAlphabetException(java.lang.Throwable t)
public IllegalAlphabetException(java.lang.Throwable t, java.lang.String message)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |