|
|||||||||
| 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.importer.analysis.traceroute.TraceRouteException
public class TraceRouteException
Base exception for the traceroute package.
| Constructor Summary | |
|---|---|
TraceRouteException()
Currently we do nothing special, just forward to the Exception class. |
|
TraceRouteException(String message)
Currently we do nothing special, just forward to the Exception class. |
|
TraceRouteException(String message,
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 |
| Constructor Detail |
|---|
public TraceRouteException()
public TraceRouteException(String message)
message - The message to display to the user.
public TraceRouteException(String message,
Throwable cause)
message - The message to display to the user.cause - The exception causing this exception to be thrown.
|
Copyright © 2005 Verinec, DIUF | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||