org.eclipse.ocl
Class ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.ocl.ParserException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SemanticException

public class ParserException
extends Exception

Exception indicating a failure to parse or validate OCL constraints.

See Also:
Serialized Form

Constructor Summary
ParserException(String msg)
          Initializes me with a user-friendly message describing the nature of the parse failure.
ParserException(String msg, Throwable cause)
          Initializes me with a message and an exception that caused the parse failure.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParserException

public ParserException(String msg)
Initializes me with a user-friendly message describing the nature of the parse failure.

Parameters:
msg - the exception message

ParserException

public ParserException(String msg,
                       Throwable cause)
Initializes me with a message and an exception that caused the parse failure.

Parameters:
msg - my user-friendly message
cause - the cause of the parse failure

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