com.wewebu.ow.server.exceptions
Class OwException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.wewebu.ow.server.exceptions.OwException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OwAccessDeniedException, OwClipboardException, OwConfigurationException, OwCSQLCException, OwDataSourceException, OwDebugModeException, OwDuplicateException, OwFieldManagerControlNote.OwNoteException, OwFieldManagerException, OwHistoryException, OwInvalidOperationException, OwObjectNotFoundException, OwRenderRowException, OwServerException, OwSessionException

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

See Also:
Serialized Form

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

OwException

public OwException(String strMessage_p)
construct a exception with a message


OwException

public OwException(String strMessage_p,
                   Throwable cause_p)
construct a exception with a message and cause


OwException

public OwException(OwString strMessage_p)
construct a exception with a message


OwException

public OwException(OwString strMessage_p,
                   Throwable cause_p)
construct a exception with a message and cause

Method Detail

getMessage

public String getMessage(Locale locale_p)

getLocalizeablemessage

public OwString getLocalizeablemessage()
Returns:
the m_localizeablemessage

getModulName

public abstract String getModulName()
get the name of the module / manager / plugin where the exception occurred



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.