org.cogroo.exceptions
Class InternationalizedRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.cogroo.exceptions.InternationalizedRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CogrooRuntimeException

public class InternationalizedRuntimeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
InternationalizedRuntimeException()
           
InternationalizedRuntimeException(String aResourceBundleName, String aMessageKey, Object[] aArguments)
           
InternationalizedRuntimeException(String aResourceBundleName, String aMessageKey, Object[] aArguments, Throwable aCause)
           
InternationalizedRuntimeException(Throwable aCause)
           
 
Method Summary
 Object[] getArguments()
           
 Throwable getCause()
           
 String getLocalizedMessage()
           
 String getLocalizedMessage(Locale aLocale)
           
 String getMessage()
           
 String getMessageKey()
           
 String getResourceBundleName()
           
 Throwable initCause(Throwable aCause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternationalizedRuntimeException

public InternationalizedRuntimeException()

InternationalizedRuntimeException

public InternationalizedRuntimeException(Throwable aCause)

InternationalizedRuntimeException

public InternationalizedRuntimeException(String aResourceBundleName,
                                         String aMessageKey,
                                         Object[] aArguments)

InternationalizedRuntimeException

public InternationalizedRuntimeException(String aResourceBundleName,
                                         String aMessageKey,
                                         Object[] aArguments,
                                         Throwable aCause)
Method Detail

getResourceBundleName

public String getResourceBundleName()

getMessageKey

public String getMessageKey()

getArguments

public Object[] getArguments()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable

getLocalizedMessage

public String getLocalizedMessage(Locale aLocale)

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

initCause

public Throwable initCause(Throwable aCause)
Overrides:
initCause in class Throwable


Copyright © 2012-2013 CoGrOO. All Rights Reserved.