public abstract class OwException extends Exception
Base class for all specialized Exception in OECM Framework.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Constructor and Description |
---|
OwException(OwString strMessage_p)
construct a exception with a message
|
OwException(OwString strMessage_p,
Throwable cause_p)
construct a exception with a message and cause
|
OwException(String strMessage_p)
construct a exception with a message
|
OwException(String strMessage_p,
Throwable cause_p)
construct a exception with a message and cause
|
Modifier and Type | Method and Description |
---|---|
OwString |
getLocalizeablemessage() |
String |
getMessage(Locale locale_p) |
abstract String |
getModulName()
get the name of the module / manager / plugin where the exception occurred
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OwException(String strMessage_p)
public OwException(String strMessage_p, Throwable cause_p)
public OwException(OwString strMessage_p)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.