|
|||||||||
| 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.KNXIllegalArgumentException
public class KNXIllegalArgumentException
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
| Constructor Summary | |
|---|---|
KNXIllegalArgumentException()
Constructs a new KNXIllegalArgumentException without a detail
message. |
|
KNXIllegalArgumentException(java.lang.String s)
Constructs a new KNXIllegalArgumentException with the specified
detail message. |
|
| Method Summary | |
|---|---|
java.lang.String |
getArgument()
Returns the argument which caused the exception. |
| 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 KNXIllegalArgumentException()
KNXIllegalArgumentException without a detail
message.
public KNXIllegalArgumentException(java.lang.String s)
KNXIllegalArgumentException with the specified
detail message.
s - the detail message| Method Detail |
|---|
public final java.lang.String getArgument()
null if no argument was set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||