com.tibco.amf.platform.runtime.extension.exception
Interface ConvertibleException


public interface ConvertibleException

Interface to be implemented by exception which need to be converted by the framework.


Method Summary
 java.lang.Object getConvertible()
          Returns the convertible object.
 java.lang.Class<?> getConvertibleType()
          Returns the type of the convertible object.
 

Method Detail

getConvertibleType

java.lang.Class<?> getConvertibleType()
Returns the type of the convertible object.

Returns:
the type of the convertible object

getConvertible

java.lang.Object getConvertible()
Returns the convertible object.

Returns:
the convertible object


Copyright © 2010 TIBCO Software Inc. All Rights Reserved.