|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
cz.zcu.fav.kiv.jsim.JSimException
cz.zcu.fav.kiv.jsim.JSimTooManyHeadsException
public class JSimTooManyHeadsException
The JSimTooManyHeadsException is thrown whenever J-Sim cannot add a new queue (JSimHead) into a simulation. You can create at most 9.223.372.036.854.775.807 queues within a simulation. You should never need to create an instance of this class.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
Serialization identification. |
| Constructor Summary | |
|---|---|
JSimTooManyHeadsException(java.lang.String pars)
Creates a new JSimTooManyHeadsException with a specific information. |
|
| Method Summary | |
|---|---|
void |
printComment(java.io.PrintStream ps)
Prints an explanation why this exception was thrown. |
| Methods inherited from class cz.zcu.fav.kiv.jsim.JSimException |
|---|
getSpecificInfo, printComment |
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public JSimTooManyHeadsException(java.lang.String pars)
pars - Holds detailed information about specific circumstances of this exception, for example a method's or a variable's name.| Method Detail |
|---|
public void printComment(java.io.PrintStream ps)
JSimException
printComment in class JSimExceptionps - The print stream that the explanation is to be printed to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||