|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uk.org.arlott.simon.hw.f24.lbsta.InvalidNetworkException
public class InvalidNetworkException
Signals that there is a problem modifying the network. This class is the general class of exceptions produced by failed network modification operations.
| Constructor Summary | |
|---|---|
InvalidNetworkException()
Creates a new InvalidNetworkException with no message. |
|
InvalidNetworkException(java.lang.String message)
Creates a new InvalidNetworkException with the specified error message. |
|
| 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 InvalidNetworkException()
InvalidNetworkException with no message.
public InvalidNetworkException(java.lang.String message)
InvalidNetworkException with the specified error message.
message - The error message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||