COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification

org.eclipse.cosmos.rm.validation.internal.reference
Class BadContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.cosmos.rm.validation.internal.reference.BadContextException
All Implemented Interfaces:
java.io.Serializable

public class BadContextException
extends java.lang.Exception

This exception is thrown when the context of a XPointer expression is missing or unrecognized.

See Also:
Serialized Form

Constructor Summary
BadContextException(java.lang.String message)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadContextException

public BadContextException(java.lang.String message)
Constructor

Parameters:
message - An message indicating the error

COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification