org.eclipse.emf.ocl.parser
Class ParserException

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

public class ParserException
extends java.lang.Exception

This exception should be used whenever an exception is thrown by the OCL parser.

See Also:
Serialized Form

Constructor Summary
ParserException(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

ParserException

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

Parameters:
msg - the exception message

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