public class ExceptionDetail
extends java.lang.Object
ExceptionDetail
class wraps an exception occuring
on the client during command execution.Constructor and Description |
---|
ExceptionDetail(java.lang.String message,
java.lang.String runtimeType,
java.lang.String stackTrace)
Creates and initializes a
ExceptionDetail instance. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns the content of the "message" part of the
ExceptionDetail object, expressed as a string. |
java.lang.String |
getRuntimeType()
Returns the content of the "runtimeType" part of the
ExceptionDetail object, expressed as a string. |
java.lang.String |
getStackTrace()
Returns the content of the "stackTrace" part of the
ExceptionDetail object, expressed as a string. |
public ExceptionDetail(java.lang.String message, java.lang.String runtimeType, java.lang.String stackTrace)
ExceptionDetail
instance.message
- The exception message.runtimeType
- The exception runtime type.stackTrace
- The exception stack trace.public java.lang.String getMessage()
ExceptionDetail
object, expressed as a string.
The message information is a short description of what went wrong.public java.lang.String getRuntimeType()
ExceptionDetail
object, expressed as a string.
The runtime type information provides details such as whether the
application is running on 32-bit or 64-bit, the version of the
runtime redistributable library, and so on.public java.lang.String getStackTrace()
ExceptionDetail
object, expressed as a string.© 2010 - 2018 Calgary Scientific Inc. All Rights Reserved.
This documentation shall not wholly or in part, in any form or by any means, electronic, mechanical, including photocopying, be reproduced or transmitted without the authorized, written consent of Calgary Scientific.