org.apache.commons.i18n
Class LocalizedRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.commons.i18n.LocalizedRuntimeException
All Implemented Interfaces:
Serializable

public class LocalizedRuntimeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
LocalizedRuntimeException(ErrorBundle errorMessage)
           
LocalizedRuntimeException(ErrorBundle errorMessage, Throwable throwable)
           
 
Method Summary
 ErrorBundle getErrorMessage()
           
 
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

LocalizedRuntimeException

public LocalizedRuntimeException(ErrorBundle errorMessage,
                                 Throwable throwable)

LocalizedRuntimeException

public LocalizedRuntimeException(ErrorBundle errorMessage)
Method Detail

getErrorMessage

public ErrorBundle getErrorMessage()


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.