Property | Type | Description | |
---|---|---|---|
type_ | int |
Method | Description | |
---|---|---|
SerializerException ( ) : System | ||
SerializerException ( String message ) : System | ||
SerializerException ( int type ) : System | ||
SerializerException ( int type, String message ) : System | ||
getType ( ) : int |
public SerializerException ( String message ) : System | ||
message | String | |
return | System |
public SerializerException ( int type ) : System | ||
type | int | |
return | System |
public SerializerException ( int type, String message ) : System | ||
type | int | |
message | String | |
return | System |