|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.fenyo.gnetwatch.GeneralException
public class GeneralException
An exception for errors specific to this software.
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
GeneralException()
Constructor. |
|
GeneralException(java.lang.String message)
Constructor. |
|
GeneralException(java.lang.String message,
java.lang.Throwable cause)
Constructor. |
|
GeneralException(java.lang.Throwable cause)
Constructor. |
|
| 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 |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public GeneralException()
none. - public GeneralException(java.lang.String message)
message - message associated with this exception.none. -
public GeneralException(java.lang.String message,
java.lang.Throwable cause)
message - message associated with this exception.exception - exception associated with this exception.public GeneralException(java.lang.Throwable cause)
exception - exception associated with this exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||