|
||||||||||
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
com.wewebu.ow.server.exceptions.OwObjectNotFoundException
com.wewebu.ow.server.plug.owbpm.plug.OwBPMNotePropertyException
public class OwBPMNotePropertyException
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
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 |
---|
public OwBPMNotePropertyException(List itemsWithNoNoteProperty_p, String strMessage_p)
itemsWithNoNoteProperty_p
- strMessage_p
- public OwBPMNotePropertyException(List itemsWithNoNoteProperty_p, com.wewebu.ow.server.util.OwString strMessage_p)
public OwBPMNotePropertyException(List itemsWithNoNoteProperty_p, String strMessage_p, Throwable cause_p)
public OwBPMNotePropertyException(List itemsWithNoNoteProperty_p, com.wewebu.ow.server.util.OwString strMessage_p, Throwable cause_p)
Method Detail |
---|
public List getItemsWithNoNoteProperty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |