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

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
                  extended by com.tensegrity.palowebviewer.modules.engine.client.exceptions.InternalErrorException
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, java.io.Serializable

public class InternalErrorException
extends LocalizedException

See Also:
Serialized Form

Constructor Summary
InternalErrorException()
           
 
Method Summary
protected  java.lang.String getLocalizedMessage(PaloLocalizedStrings localizedStrings)
           
 
Methods inherited from class com.tensegrity.palowebviewer.modules.engine.client.exceptions.LocalizedException
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

InternalErrorException

public InternalErrorException()
Method Detail

getLocalizedMessage

protected java.lang.String getLocalizedMessage(PaloLocalizedStrings localizedStrings)
Specified by:
getLocalizedMessage in class LocalizedException