org.eclipse.emf.ocl.helper
Class OCLParsingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.emf.ocl.helper.OCLParsingException
All Implemented Interfaces:
java.io.Serializable

public class OCLParsingException
extends java.lang.Exception

Exception indicating that OCL parsing failed. The status includes human-presentable details.

See Also:
Serialized Form

Constructor Summary
OCLParsingException(java.lang.String message)
          Initializes me with my error message.
OCLParsingException(java.lang.String message, java.lang.Throwable cause)
          Initializes me with my error message and cause.
 
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

OCLParsingException

public OCLParsingException(java.lang.String message,
                           java.lang.Throwable cause)
Initializes me with my error message and cause.

Parameters:
message - my error message
cause - my causing exception

OCLParsingException

public OCLParsingException(java.lang.String message)
Initializes me with my error message.

Parameters:
message - my error message

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