EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.util.throwable
Class ThrowablePropertyDescriptor

java.lang.Object
  extended by echopoint.util.throwable.ThrowablePropertyDescriptor
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ThrowableDescriptor

public class ThrowablePropertyDescriptor
extends Object
implements Serializable

ThrowablePropertyDescriptor describes a property of an Throwable

See Also:
Serialized Form

Method Summary
 int getModifiers()
          Returns the modifiers of the Throwable property
 String getName()
          Returns the name of the Throwable property
 Class getType()
          Returns the type of the Throwable property
 Object getValue()
          Returns the value of the Throwable property
 String getValueAsString()
          Returns a trimmed String representation of the value of the Throwable property or null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
Returns the name of the Throwable property

Returns:
the name of the Throwable property

getModifiers

public int getModifiers()
Returns the modifiers of the Throwable property

Returns:
the modifiers of the Throwable property

getType

public Class getType()
Returns the type of the Throwable property

Returns:
the type of the Throwable property

getValue

public Object getValue()
Returns the value of the Throwable property

Returns:
the value of the Throwable property

getValueAsString

public String getValueAsString()
Returns a trimmed String representation of the value of the Throwable property or null.

Returns:
a trimmed String representation of the value of the Throwable property or null.

EchoPoint API - 3.0.0b5
App Webcontainer