|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.wewebu.ow.server.exceptions.OwRuntimeException
public abstract class OwRuntimeException
Base class for all specialized unchecked 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
| Constructor Summary | |
|---|---|
OwRuntimeException(OwString message_p)
Create a new OwRuntimeException with a localizable message. |
|
OwRuntimeException(OwString message_p,
Throwable cause_p)
Create a new OwRuntimeException with a localizable message and a cause. |
|
OwRuntimeException(String message_p)
Create a new OwRuntimeException with a non-localizable message. |
|
OwRuntimeException(String message_p,
Throwable cause_p)
Create a new OwRuntimeException with a non-localizable message and a cause. |
|
| Method Summary | |
|---|---|
String |
getMessage(Locale locale_p)
Get the localized message of this OwRuntimeException. |
abstract String |
getModulName()
Get the name of the module / manager / plugin where the exception occured. |
| 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 OwRuntimeException(String message_p)
OwRuntimeException with a non-localizable message.
message_p - the non-localizable message
public OwRuntimeException(String message_p,
Throwable cause_p)
OwRuntimeException with a non-localizable message and a cause.
message_p - the non-localizable messagecause_p - the cause of this Exceptionpublic OwRuntimeException(OwString message_p)
OwRuntimeException with a localizable message.
message_p - the localizable message
public OwRuntimeException(OwString message_p,
Throwable cause_p)
OwRuntimeException with a localizable message and a cause.
message_p - the localizable messagecause_p - the cause of this Exception| Method Detail |
|---|
public String getMessage(Locale locale_p)
OwRuntimeException.
locale_p - the Locale to localize this Exception for.
public abstract String getModulName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||