|
||||||||||
| 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.app.OwClipboardException
public class OwClipboardException
Exception thrown when a clipboard operation cannot be performed.
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 | |
|---|---|
OwClipboardException(OwString strMessage_p)
Constructor |
|
OwClipboardException(OwString strMessage_p,
Throwable cause_p)
Constructor |
|
OwClipboardException(String strMessage_p)
Constructor |
|
OwClipboardException(String strMessage_p,
Throwable cause_p)
Constructor |
|
| Method Summary | |
|---|---|
String |
getModulName()
get the name of the module / manager / plugin where the exception occurred |
| 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 OwClipboardException(String strMessage_p)
strMessage_p - - the message.
public OwClipboardException(OwString strMessage_p,
Throwable cause_p)
strMessage_p - - the OwString message.cause_p - - the Throwable object that cause this exception.public OwClipboardException(OwString strMessage_p)
strMessage_p - - the OwString message.
public OwClipboardException(String strMessage_p,
Throwable cause_p)
strMessage_p - - the String message.cause_p - - the Throwable object that cause this exception.| Method Detail |
|---|
public String getModulName()
OwException
getModulName in class OwException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||