org.apache.jetspeed.exception
Class JetspeedRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.jetspeed.exception.JetspeedRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FailedToCreatedNavStateCodecException, FailedToCreateNavStateException, FailedToCreatePortalUrlException, PersistenceStoreRuntimeExcpetion

public class JetspeedRuntimeException
extends RuntimeException

Base exception for all RuntimeExceptions defined within Jetspeed.

Author:
Scott T. Weaver
See Also:
Serialized Form

Field Summary
static String KEYED_MESSAGE_BUNDLE
           
private  KeyedMessage keyedMessage
           
 
Constructor Summary
JetspeedRuntimeException()
           
JetspeedRuntimeException(KeyedMessage typedMessage)
           
JetspeedRuntimeException(KeyedMessage keyedMessage, Throwable nested)
           
JetspeedRuntimeException(String arg0)
           
JetspeedRuntimeException(String arg0, Throwable arg1)
           
JetspeedRuntimeException(Throwable arg0)
           
 
Method Summary
 KeyedMessage getKeyedMessage()
           
 String getMessage()
           
 String getMessage(Locale locale)
           
 String getMessage(ResourceBundle bundle)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

KEYED_MESSAGE_BUNDLE

public static final String KEYED_MESSAGE_BUNDLE
See Also:
Constant Field Values

keyedMessage

private KeyedMessage keyedMessage
Constructor Detail

JetspeedRuntimeException

public JetspeedRuntimeException()

JetspeedRuntimeException

public JetspeedRuntimeException(String arg0)
Parameters:
arg0 -

JetspeedRuntimeException

public JetspeedRuntimeException(KeyedMessage typedMessage)

JetspeedRuntimeException

public JetspeedRuntimeException(Throwable arg0)
Parameters:
arg0 -

JetspeedRuntimeException

public JetspeedRuntimeException(String arg0,
                                Throwable arg1)
Parameters:
arg0 -
arg1 -

JetspeedRuntimeException

public JetspeedRuntimeException(KeyedMessage keyedMessage,
                                Throwable nested)
Method Detail

getKeyedMessage

public KeyedMessage getKeyedMessage()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getMessage

public String getMessage(ResourceBundle bundle)

getMessage

public String getMessage(Locale locale)


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.