java.lang.Object
edu.iu.client.RemoteInvocationStackTraceElementDetail
- All Implemented Interfaces:
RemoteInvocationDetail
public class RemoteInvocationStackTraceElementDetail
extends Object
implements RemoteInvocationDetail
Provides remote invocation failure details fro a
StackTraceElement-
Constructor Summary
ConstructorsConstructorDescriptionConstructor -
Method Summary
Modifier and TypeMethodDescriptionGets the class nameGets the file nameintGets the line numberGets the method name
-
Constructor Details
-
RemoteInvocationStackTraceElementDetail
Constructor- Parameters:
element-StackTraceElement
-
-
Method Details
-
getClassName
Description copied from interface:RemoteInvocationDetailGets the class name- Specified by:
getClassNamein interfaceRemoteInvocationDetail- Returns:
- class name
-
getMethodName
Description copied from interface:RemoteInvocationDetailGets the method name- Specified by:
getMethodNamein interfaceRemoteInvocationDetail- Returns:
- method name
-
getFileName
Description copied from interface:RemoteInvocationDetailGets the file name- Specified by:
getFileNamein interfaceRemoteInvocationDetail- Returns:
- file name
-
getLineNumber
public int getLineNumber()Description copied from interface:RemoteInvocationDetailGets the line number- Specified by:
getLineNumberin interfaceRemoteInvocationDetail- Returns:
- line number
-