Sort members.
This commit is contained in:
parent
4632ad7c7c
commit
8757d91bc3
|
@ -39,14 +39,6 @@ import org.apache.commons.lang3.Validate;
|
|||
*/
|
||||
public class ExceptionUtils {
|
||||
|
||||
/**
|
||||
* <p>Used when printing stack frames to denote the start of a
|
||||
* wrapped exception.</p>
|
||||
*
|
||||
* <p>Package private for accessibility by test suite.</p>
|
||||
*/
|
||||
static final String WRAPPED_MARKER = " [wrapped] ";
|
||||
|
||||
/**
|
||||
* <p>The names of methods commonly used to access a wrapped exception.</p>
|
||||
*/
|
||||
|
@ -66,6 +58,14 @@ public class ExceptionUtils {
|
|||
"getThrowable",
|
||||
};
|
||||
|
||||
/**
|
||||
* <p>Used when printing stack frames to denote the start of a
|
||||
* wrapped exception.</p>
|
||||
*
|
||||
* <p>Package private for accessibility by test suite.</p>
|
||||
*/
|
||||
static final String WRAPPED_MARKER = " [wrapped] ";
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
/**
|
||||
* <p>Introspects the <code>Throwable</code> to obtain the cause.</p>
|
||||
|
|
Loading…
Reference in New Issue