org.eclipse.emf.ocl.parser
Class SemanticException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.emf.ocl.parser.ParserException
              extended byorg.eclipse.emf.ocl.parser.SemanticException
All Implemented Interfaces:
java.io.Serializable

public class SemanticException
extends ParserException

This exception is thrown when an error is found while building the OCL AST.

See Also:
Serialized Form

Constructor Summary
SemanticException(java.lang.String msg)
          Constructor.
 
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

SemanticException

public SemanticException(java.lang.String msg)
Constructor.

Parameters:
msg - the exception message

Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.