|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jbil.sequence.InvalidSymbolException
public class InvalidSymbolException
Runtime exception typically used to indicate problems in sequence operations involving invalid symbols, e.g. appending a symbol which does not belong to the base alphabet of the sequence.
| Constructor Summary | |
|---|---|
InvalidSymbolException()
Creates a new invalid symbol exception. |
|
InvalidSymbolException(java.lang.String message)
Creates a new invalid symbol exception with an associated message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidSymbolException()
public InvalidSymbolException(java.lang.String message)
message - The associated message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||