com.tensegrity.palowebviewer.modules.engine.client.exceptions
Class InvalidObjectPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gwt.user.client.rpc.SerializableException
com.tensegrity.palowebviewer.modules.engine.client.exceptions.PaloWebViewerSerializableException
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
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 |
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
getPath
public XPath getPath()
- returns the path, on which exception was occured.
- Returns:
- the path, on which exception was occured.