|
|||||||||
| 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
uk.org.arlott.simon.hw.f24.lbsta.InvalidPositionException
public class InvalidPositionException
Signals that the network object cannot be placed in the requested position. The object collides with another object or the window border.
| Constructor Summary | |
|---|---|
InvalidPositionException()
Creates a new InvalidPositionException with no message. |
|
InvalidPositionException(java.lang.String message)
Creates a new InvalidPositionException 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 InvalidPositionException()
InvalidPositionException with no message.
public InvalidPositionException(java.lang.String message)
InvalidPositionException 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 | ||||||||