Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


oracle.stellent.wcm.common
Class LocalizedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.stellent.wcm.common.LocalizedException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ApplicationException, DataFileException, GeneratorException, RequestException

public class LocalizedException
extends java.lang.Exception

Localized exception class for WCM errors

See Also:
Serialized Form

Constructor Summary
LocalizedException(LocaleMessage message)
          Constructor
LocalizedException(LocaleMessage message, java.lang.Throwable cause)
          Constructor

 

Method Summary
 LocaleMessage getLocaleMessage()
           
 java.lang.String getLocalizedMessage()
           

 

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

 

Constructor Detail

LocalizedException

public LocalizedException(LocaleMessage message)
Constructor
Parameters:
message - the wcm message

LocalizedException

public LocalizedException(LocaleMessage message,
                          java.lang.Throwable cause)
Constructor
Parameters:
message - the wcm message
cause - the cause

Method Detail

getLocaleMessage

public LocaleMessage getLocaleMessage()

getLocalizedMessage

public java.lang.String getLocalizedMessage()
Overrides:
getLocalizedMessage in class java.lang.Throwable

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.