cz.zcu.fav.kiv.jsim.ipc
Class JSimTooManySemaphoresException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cz.zcu.fav.kiv.jsim.JSimException
                    |
                    +--cz.zcu.fav.kiv.jsim.ipc.JSimTooManySemaphoresException
All Implemented Interfaces:
java.io.Serializable

public class JSimTooManySemaphoresException
extends JSimException

The JSimTooManySemaphoresException is thrown whenever J-Sim cannot add a new semaphore (JSimSemaphore) into a simulation. You can create at most 9.223.372.036.854.775.807 semaphores within a simulation. You should never need to create an instance of this class.

Since:
J-Sim version 0.3.0
Version:
J-Sim version 0.3.0
Author:
Jarda KAČER
See Also:
Serialized Form

Field Summary
 
Fields inherited from class cz.zcu.fav.kiv.jsim.JSimException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
JSimTooManySemaphoresException(java.lang.String pars)
          Creates a new JSimTooManySemaphoresException 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
 
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
 

Constructor Detail

JSimTooManySemaphoresException

public JSimTooManySemaphoresException(java.lang.String pars)
Creates a new JSimTooManySemaphoresException with a specific information.

Parameters:
pars - Holds detailed information about specific circumstances of this exception, for example a method's or a variable's name.
Method Detail

printComment

public void printComment(java.io.PrintStream ps)
Description copied from class: JSimException
Prints an explanation why this exception was thrown. The explanation is printed out to a print stream.

Overrides:
printComment in class JSimException
Parameters:
ps - The print stream that the explanation is to be printed to.


Copyright © 2000-2004 University of West Bohemia, FAV-KIV. All Rights Reserved. Build date 20040510.