org.apache.maven.surefire.report
Class SafeThrowable

java.lang.Object
  extended by org.apache.maven.surefire.report.SafeThrowable

public class SafeThrowable
extends Object

Guards against misbehaving throwables


Constructor Summary
SafeThrowable(Throwable target)
           
 
Method Summary
 String getLocalizedMessage()
           
 String getMessage()
           
 Throwable getTarget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SafeThrowable

public SafeThrowable(Throwable target)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()

getMessage

public String getMessage()

getTarget

public Throwable getTarget()


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.