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

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by IllegalStateException
                  extended by LocalizedIllegalStateException
All Implemented Interfaces:
Serializable

public class LocalizedIllegalStateException
extends IllegalStateException

See Also:
Serialized Form

Constructor Summary
LocalizedIllegalStateException()
           
LocalizedIllegalStateException(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

LocalizedIllegalStateException

public LocalizedIllegalStateException()

LocalizedIllegalStateException

public LocalizedIllegalStateException(String message)
Method Detail

setLocalizedMessage

public void setLocalizedMessage(String localizedMessage)

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable