public class PortalRuntimeException extends RuntimeException implements IPortalException
Modifier and Type | Field and Description |
---|---|
protected Object[] |
m_messageArgs |
protected IMessageInfo |
m_messageInfo |
protected String |
m_messageKey |
protected Class<? extends ResourceBundle> |
m_resourceBundleClass |
Constructor and Description |
---|
PortalRuntimeException(Class<? extends ResourceBundle> resourceBundleClass,
String messageKey) |
PortalRuntimeException(Class<? extends ResourceBundle> resourceBundleClass,
String messageKey,
Object[] messageArgs) |
Modifier and Type | Method and Description |
---|---|
protected IGlobalProvider |
getGlobalProvider() |
String |
getLocalizedMessage() |
String |
getMessage() |
static PortalRuntimeException |
notImplemented(String methodName) |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected Class<? extends ResourceBundle> m_resourceBundleClass
protected String m_messageKey
protected Object[] m_messageArgs
protected transient IMessageInfo m_messageInfo
public PortalRuntimeException(Class<? extends ResourceBundle> resourceBundleClass, String messageKey)
public PortalRuntimeException(Class<? extends ResourceBundle> resourceBundleClass, String messageKey, Object[] messageArgs)
public String getMessage()
getMessage
in class Throwable
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
public static PortalRuntimeException notImplemented(String methodName)
protected IGlobalProvider getGlobalProvider()