org.apache.beehive.netui.util.exception
Class LocalizedIllegalArgumentException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by IllegalArgumentException
                  extended by LocalizedIllegalArgumentException
All Implemented Interfaces:
Serializable

public class LocalizedIllegalArgumentException
extends IllegalArgumentException

See Also:
Serialized Form

Constructor Summary
LocalizedIllegalArgumentException()
           
LocalizedIllegalArgumentException(String message)
           
 
Method Summary
 String getLocalizedMessage()
           
 void setLocalizedMessage(String localizedMessage)
           
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalizedIllegalArgumentException

public LocalizedIllegalArgumentException()

LocalizedIllegalArgumentException

public LocalizedIllegalArgumentException(String message)
Method Detail

setLocalizedMessage

public void setLocalizedMessage(String localizedMessage)

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable