|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.emf.ocl.helper.OCLParsingException
ParserException
type, instead.
@Deprecated public class OCLParsingException
Exception indicating that OCL parsing failed. The status includes human-presentable details.
Constructor Summary | |
---|---|
OCLParsingException(String message)
Deprecated. Initializes me with my error message. |
|
OCLParsingException(String message,
Throwable cause)
Deprecated. Initializes me with my error message and cause. |
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 |
---|
public OCLParsingException(String message, Throwable cause)
message
- my error messagecause
- my causing exceptionpublic OCLParsingException(String message)
message
- my error message
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |