|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
verinec.VerinecException
verinec.netsim.NetSimException
public class NetSimException
Until now this is the only exception for verinec.netsim.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
NetSimException()
Currently we do nothing special, just forward to the Exception class |
|
NetSimException(String message)
Currently we do nothing special, just forward to the Exception class |
|
NetSimException(String message,
Throwable cause)
Currently we do nothing special, just forward to the Exception class |
|
NetSimException(Throwable cause)
Currently we do nothing special, just forward to the Exception class |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public NetSimException()
public NetSimException(String message)
message - the detail message
public NetSimException(String message,
Throwable cause)
message - the detail messagecause - the causepublic NetSimException(Throwable cause)
cause - the cause
|
Copyright © 2005 Verinec, DIUF | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||