java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.gmt.umlx.ocl.cst.environment.OCLParsingError
public class OCLParsingError
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
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 |
---|
public OCLParsingError(java.lang.String message)