Package net.ontopia.topicmaps.nav2.core
Class NonexistentObjectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.ontopia.topicmaps.nav2.core.NonexistentObjectException
-
- All Implemented Interfaces:
Serializable
public class NonexistentObjectException extends RuntimeException
INTERNAL: This exception is thrown when the navigator framework is passed a topic map object ID that does not belong to any actual topic map object. It is thrown by <logic:context> and <tm:lookup parameter="..."> when they are passed object IDs that are invalid.- Since:
- 2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonexistentObjectException(String objectid, String topicmapid)
INTERNAL: Constructor with empty error message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getObjectId()
INTERNAL: Returns the object id that caused the exception.String
getTopicMapId()
INTERNAL: Returns the ID of the topic map where the object ID did not resolve.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-