|
SimJava 2.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Error
Sim_exception
Sim_stat_exception
public class Sim_stat_exception
Error thrown when an error occurs in a Sim_stat
object.
Such errors range from measure update errors to measurement calculation errors.
Constructor Summary | |
---|---|
Sim_stat_exception()
The constructor for errors without a message. |
|
Sim_stat_exception(String msg)
The constructor for errors with a message. |
Method Summary |
---|
Methods inherited from class Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Sim_stat_exception(String msg)
name
- The error's messagepublic Sim_stat_exception()
|
SimJava 2.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |