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

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

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

public class BadExpressionException
extends java.lang.Exception

This exception is thrown when there is an error in evaluating the expression that is to be evaluated.

See Also:
Serialized Form

Constructor Summary
BadExpressionException(java.lang.String message)
          Constructor
BadExpressionException(java.lang.Throwable cause)
          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

BadExpressionException

public BadExpressionException(java.lang.String message)
Constructor

Parameters:
message - A message indicating the error.

BadExpressionException

public BadExpressionException(java.lang.Throwable cause)
Constructor

Parameters:
cause - Wraps a throwable to indicate the cause

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