|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.wewebu.ow.server.exceptions.OwException
public abstract class OwException
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 Summary | |
---|---|
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 |
Method Summary | |
---|---|
OwString |
getLocalizeablemessage()
|
String |
getMessage(Locale locale_p)
|
abstract String |
getModulName()
get the name of the module / manager / plugin where the exception occurred |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OwException(String strMessage_p)
public OwException(String strMessage_p, Throwable cause_p)
public OwException(OwString strMessage_p)
public OwException(OwString strMessage_p, Throwable cause_p)
Method Detail |
---|
public String getMessage(Locale locale_p)
public OwString getLocalizeablemessage()
public abstract String getModulName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |