public class OwClipboardException extends OwException
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 and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
String |
getModulName()
get the name of the module / manager / plugin where the exception occurred
|
getLocalizeablemessage, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OwClipboardException(String strMessage_p)
strMessage_p
- - the message.public OwClipboardException(OwString strMessage_p, Throwable cause_p)
public OwClipboardException(OwString strMessage_p)
strMessage_p
- - the OwString
message.public String getModulName()
OwException
getModulName
in class OwException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.