Package com.six.timapi
Class NativeError
java.lang.Object
com.six.timapi.NativeError
Native error information. Immutable class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintError 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