com.tensegrity.palowebviewer.modules.engine.client.exceptions
Class LocalizedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.gwt.user.client.rpc.SerializableException
              extended by com.tensegrity.palowebviewer.modules.engine.client.exceptions.LocalizedException
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, java.io.Serializable
Direct Known Subclasses:
InternalErrorException

public abstract class LocalizedException
extends com.google.gwt.user.client.rpc.SerializableException

See Also:
Serialized Form

Constructor Summary
LocalizedException()
           
 
Method Summary
protected abstract  java.lang.String getLocalizedMessage(PaloLocalizedStrings localizedStrings)
           
 java.lang.String getMessage()
           
 
Methods inherited from class com.google.gwt.user.client.rpc.SerializableException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalizedException

public LocalizedException()
Method Detail

getLocalizedMessage

protected abstract java.lang.String getLocalizedMessage(PaloLocalizedStrings localizedStrings)

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class com.google.gwt.user.client.rpc.SerializableException