Skip navigation links 
 
oracle.stellent.wcm.common
Class LocalizedRuntimeException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               oracle.stellent.wcm.common.LocalizedRuntimeException
oracle.stellent.wcm.common.LocalizedRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ProjectFileException, XPathEvaluatorException
- 
public class LocalizedRuntimeException
 
- extends java.lang.RuntimeException
Localized exception class for WCM runtime errors
- See Also:
- Serialized Form
 
  
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, 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 | 
 
 
LocalizedRuntimeException
public LocalizedRuntimeException(java.lang.Throwable cause)
- 
- Parameters:
- cause- the base cause
 
LocalizedRuntimeException
public LocalizedRuntimeException(oracle.stellent.wcm.i18n.locale.LocaleMessage message)
- Constructor
- Parameters:
- message- the wcm message
 
LocalizedRuntimeException
public LocalizedRuntimeException(oracle.stellent.wcm.i18n.locale.LocaleMessage message,
                                 java.lang.Throwable cause)
- Constructor
- Parameters:
- message- the wcm message
- cause- the cause
 
getLocaleMessage
public oracle.stellent.wcm.i18n.locale.LocaleMessage getLocaleMessage()
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- 
- Overrides:
- getLocalizedMessagein class- java.lang.Throwable
 
Skip navigation links 
 
Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.