com.intel.gpe.clients.api.exceptions
Class GPEFaultWrapper

java.lang.Object
  extended by com.intel.gpe.clients.api.exceptions.GPEFaultWrapper
All Implemented Interfaces:
FaultWrapper

public class GPEFaultWrapper
extends java.lang.Object
implements FaultWrapper

Version:
$Id: GPEFaultWrapper.java,v 1.1 2006/07/04 10:00:37 dnpetrov Exp $
Author:
Dmitry Petrov

Constructor Summary
GPEFaultWrapper(GPEException e)
           
 
Method Summary
 java.lang.String[] getDescriptionAsStrings()
          Get fault description (to be used by client applications in diagnostics output).
 java.lang.Throwable getFault()
          Get the original fault.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPEFaultWrapper

public GPEFaultWrapper(GPEException e)
Method Detail

getFault

public java.lang.Throwable getFault()
Description copied from interface: FaultWrapper
Get the original fault.

Specified by:
getFault in interface FaultWrapper
Returns:
original fault

getDescriptionAsStrings

public java.lang.String[] getDescriptionAsStrings()
Description copied from interface: FaultWrapper
Get fault description (to be used by client applications in diagnostics output).

Specified by:
getDescriptionAsStrings in interface FaultWrapper
Returns:
fault description lines as array of Strings


Copyright © 2008. All Rights Reserved.