public class BaseException extends RuntimeException
| Constructor and Description |
|---|
BaseException() |
BaseException(String message,
Object... parameters) |
BaseException(Throwable cause) |
BaseException(Throwable cause,
String message,
Object... parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
format(String message,
Object... parameters) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BaseException()
public BaseException(Throwable cause)
Copyright © 2009-2012 TranceCode. All Rights Reserved.