Package com.six.timapi
Class NativeError
java.lang.Object
com.six.timapi.NativeError
Native error information. Immutable class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Error code.Error message.Source of error.toString()
String representation for debugging purpose.
-
Constructor Details
-
NativeError
Create Native error.- Parameters:
message
- Native error message.source
- Native error source.code
- Native error code.
-
-
Method Details