public class NoSuchAttributeException extends G9ClientFrameworkException
| Constructor and Description |
|---|
NoSuchAttributeException()
Constructs a new no such attribute exception with
null as
its detail message. |
NoSuchAttributeException(Message errMsg)
Constructs a new no such attribute exception with the specified message.
|
NoSuchAttributeException(String message)
Constructs a new no such attribute exception with the specified detail
message.
|
NoSuchAttributeException(String message,
Throwable cause)
Constructs a new no such attribute exception with the specified detail
message and cause.
|
NoSuchAttributeException(Throwable cause)
Constructs a new no such attribute exception with the specified cause and
a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause
).
|
NoSuchAttributeException(Throwable cause,
Message errMsg)
Constructs a new no such attribute exception with the specified cause and
message.
|
getErrMsg, hasNested, setErrMsgaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchAttributeException()
null as
its detail message. The cause is not initialized, and may subsequently be
initialized by a call to Throwable.initCause(Throwable).public NoSuchAttributeException(String message)
Throwable.initCause(Throwable).message - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.public NoSuchAttributeException(String message, Throwable cause)
Note that the detail message associated with cause is
not automatically incorporated in this no such attribute
exception's detail message.
message - the detail message (which is saved for later retrieval by
the Throwable.getMessage() method).cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public NoSuchAttributeException(Throwable cause)
cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public NoSuchAttributeException(Message errMsg)
errMsg - the message (which is saved for later retrieval by the
G9BaseException.getErrMsg() method). (A null value is
permitted, and indicates that the message is non existant.
Messagepublic NoSuchAttributeException(Throwable cause, Message errMsg)
cause - the cause (saved for later retireval by the
Throwable.getCause() method).errMsg - the message (saved for later retrieval by the
G9BaseException.getErrMsg() method).Copyright © 2006–2020 Esito AS. All rights reserved.