public class KNXIllegalArgumentException extends RuntimeException
Constructor and Description |
---|
KNXIllegalArgumentException()
Constructs a new
KNXIllegalArgumentException without a detail message. |
KNXIllegalArgumentException(String s)
Constructs a new
KNXIllegalArgumentException with the specified detail
message. |
KNXIllegalArgumentException(String s,
Throwable cause)
Constructs a new
KNXIllegalArgumentException with the specified detail
message and cause. |
Modifier and Type | Method and Description |
---|---|
String |
getArgument()
Returns the argument which caused the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public KNXIllegalArgumentException()
KNXIllegalArgumentException
without a detail message.
public KNXIllegalArgumentException(String s)
KNXIllegalArgumentException
with the specified detail
message.
s
- the detail messagepublic KNXIllegalArgumentException(String s, Throwable cause)
KNXIllegalArgumentException
with the specified detail
message and cause.
s
- the detail messagecause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method).public final String getArgument()
null
if no argument was setCopyright © 2015. All rights reserved.