|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tuwien.auto.calimero.exception.KNXIllegalStateException
public class KNXIllegalStateException
Thrown to indicate that a method was invoked at an inappropriate time.
The object which was operated on, is not in the correct state for that operation.
| Constructor Summary | |
|---|---|
KNXIllegalStateException()
Constructs a new KNXIllegalStateException without a detail message. |
|
KNXIllegalStateException(java.lang.String s)
Constructs a new KNXIllegalStateException with the specified detail
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 KNXIllegalStateException()
KNXIllegalStateException without a detail message.
public KNXIllegalStateException(java.lang.String s)
KNXIllegalStateException with the specified detail
message.
s - the detail message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||