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

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

public class InvalidObjectPathException
extends PaloWebViewerSerializableException

This expcetion occures in situation, when some XPath is invalid. Generally that means absence of some object, because connetion is out-of-date

See Also:
Serialized Form

Constructor Summary
InvalidObjectPathException()
          default constructor needed to deserialization
InvalidObjectPathException(java.lang.String msg, XPath path)
          Constructor with message description an path
 
Method Summary
 XPath getPath()
          returns the path, on which exception was occured.
 
Methods inherited from class com.google.gwt.user.client.rpc.SerializableException
getCause, getMessage, 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

InvalidObjectPathException

public InvalidObjectPathException()
default constructor needed to deserialization


InvalidObjectPathException

public InvalidObjectPathException(java.lang.String msg,
                                  XPath path)
Constructor with message description an path

Parameters:
msg - describes a situation why the exception occures.
path - specifies the path, on which the exception occured. XPath
Method Detail

getPath

public XPath getPath()
returns the path, on which exception was occured.

Returns:
the path, on which exception was occured.