com.wewebu.ow.server.plug.owbpm.plug
Class OwBPMNotePropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.wewebu.ow.server.exceptions.OwException
              extended by com.wewebu.ow.server.exceptions.OwObjectNotFoundException
                  extended by com.wewebu.ow.server.plug.owbpm.plug.OwBPMNotePropertyException
All Implemented Interfaces:
Serializable

public class OwBPMNotePropertyException
extends com.wewebu.ow.server.exceptions.OwObjectNotFoundException

Exception which indicates that there is no note property defined.

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
OwBPMNotePropertyException(List itemsWithNoNoteProperty_p, com.wewebu.ow.server.util.OwString strMessage_p)
          construct a exception with a message
OwBPMNotePropertyException(List itemsWithNoNoteProperty_p, com.wewebu.ow.server.util.OwString strMessage_p, Throwable cause_p)
          construct a exception with a message and Throwable
OwBPMNotePropertyException(List itemsWithNoNoteProperty_p, String strMessage_p)
          constructor
OwBPMNotePropertyException(List itemsWithNoNoteProperty_p, String strMessage_p, Throwable cause_p)
          construct a exception with a message and Throwable
 
Method Summary
 List getItemsWithNoNoteProperty()
          getter method for itemsWithNoNoteProperty
 
Methods inherited from class com.wewebu.ow.server.exceptions.OwObjectNotFoundException
getModulName
 
Methods inherited from class com.wewebu.ow.server.exceptions.OwException
getLocalizeablemessage, getMessage
 
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

OwBPMNotePropertyException

public OwBPMNotePropertyException(List itemsWithNoNoteProperty_p,
                                  String strMessage_p)
constructor

Parameters:
itemsWithNoNoteProperty_p -
strMessage_p -

OwBPMNotePropertyException

public OwBPMNotePropertyException(List itemsWithNoNoteProperty_p,
                                  com.wewebu.ow.server.util.OwString strMessage_p)
construct a exception with a message


OwBPMNotePropertyException

public OwBPMNotePropertyException(List itemsWithNoNoteProperty_p,
                                  String strMessage_p,
                                  Throwable cause_p)
construct a exception with a message and Throwable


OwBPMNotePropertyException

public OwBPMNotePropertyException(List itemsWithNoNoteProperty_p,
                                  com.wewebu.ow.server.util.OwString strMessage_p,
                                  Throwable cause_p)
construct a exception with a message and Throwable

Method Detail

getItemsWithNoNoteProperty

public List getItemsWithNoNoteProperty()
getter method for itemsWithNoNoteProperty

Returns:
Returns the itemsWithNoNoteProperty.


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.