org.eclipse.gmt.umlx.ocl.cst.environment
Class OCLParsingError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.gmt.umlx.ocl.cst.environment.OCLParsingError
All Implemented Interfaces:
java.io.Serializable

public class OCLParsingError
extends java.lang.RuntimeException

OCLParsingError propagates parsing errors detectable within the OCL parser to avoid hideous stack overflows. FIXME lose this class as soon as the OCL Parser is NPE proof

See Also:
Serialized Form

Constructor Summary
OCLParsingError(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OCLParsingError

public OCLParsingError(java.lang.String message)