|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--de.flexiprovider.common.exceptions.GFException
|
+--de.flexiprovider.common.exceptions.BitDoesNotExistException
This exception is thrown, if one bit in a Bitstring shall be modified that does not exist.
GF2Polynomial, Serialized Form| Constructor Summary | |
BitDoesNotExistException()
Default constructor. |
|
BitDoesNotExistException(int pos)
Calls the parent-constructor with the message "The given Bit does not" exist and thus cannot be modified: position pos" |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public BitDoesNotExistException()
public BitDoesNotExistException(int pos)
pos - the position of the bit to modify
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||