Method | Description | |
---|---|---|
ThrowIfNull ( object o, object id, System clazz ) : void | ||
ThrowIfNull ( object o, object id, string entityName ) : void | ||
UnresolvableObjectException ( object identifier, System clazz ) : System |
Initializes a new instance of the UnresolvableObjectException class.
|
|
UnresolvableObjectException ( object identifier, string entityName ) : System | ||
UnresolvableObjectException ( string message, object identifier, System clazz ) : System |
Initializes a new instance of the UnresolvableObjectException class.
|
|
UnresolvableObjectException ( string message, object identifier, string entityName ) : System |
Method | Description | |
---|---|---|
UnresolvableObjectException ( |
Method | Description | |
---|---|---|
GetObjectData ( |
public static ThrowIfNull ( object o, object id, System clazz ) : void | ||
o | object | |
id | object | |
clazz | System | |
return | void |
public static ThrowIfNull ( object o, object id, string entityName ) : void | ||
o | object | |
id | object | |
entityName | string | |
return | void |
protected UnresolvableObjectException ( |
||
info | ||
context | ||
return | System |
public UnresolvableObjectException ( object identifier, System clazz ) : System | ||
identifier | object | The identifier of the object that caused the exception. |
clazz | System | The |
return | System |
public UnresolvableObjectException ( object identifier, string entityName ) : System | ||
identifier | object | |
entityName | string | |
return | System |
public UnresolvableObjectException ( string message, object identifier, System clazz ) : System | ||
message | string | The message that describes the error. |
identifier | object | The identifier of the object that caused the exception. |
clazz | System | The |
return | System |
public UnresolvableObjectException ( string message, object identifier, string entityName ) : System | ||
message | string | |
identifier | object | |
entityName | string | |
return | System |