Method | Description | |
---|---|---|
InvalidAttributeValueException ( ) : System |
Constructs a new InvalidAttributeValueException exception with
|
|
InvalidAttributeValueException ( |
Constructs a new InvalidAttributeValueException 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). This constructor is useful for InvalidAccountException exceptions that are little more than wrappers for other throwables.
|
|
InvalidAttributeValueException ( string message ) : System |
Constructs a new InvalidAttributeValueException exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call to #initCause.
|
|
InvalidAttributeValueException ( string message, |
Constructs a new InvalidAttributeValueException exception with the specified detail message and cause. Note that the detail message associated with
|
public InvalidAttributeValueException ( ) : System | ||
return | System |
public InvalidAttributeValueException ( |
||
cause |
/// the cause (which is saved for later retrieval by the
/// |
|
return | System |
public InvalidAttributeValueException ( string message ) : System | ||
message | string |
/// the detail message. The detail message is is a String that
/// describes this particular exception and saved for later
/// retrieval by the |
return | System |
public InvalidAttributeValueException ( string message, |
||
message | string |
/// the detail message (which is saved for later retrieval by the
/// |
cause |
/// the cause (which is saved for later retrieval by the
/// |
|
return | System |