|
||||||||||||
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.validation.xml.ConstraintParserException
A checked exception indicating failure to parse a constraint.
This class is not intended to be used by implementors of the
IXmlConstraintParser
interface.
Constructor Summary | |
---|---|
ConstraintParserException(java.lang.String message)
Initializes me with a user-friendly message but no cause. |
|
ConstraintParserException(java.lang.String message,
java.lang.Throwable cause)
Initializes me with a user-friendly message and a root 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 |
public ConstraintParserException(java.lang.String message)
message
- the user-friendly messagepublic ConstraintParserException(java.lang.String message, java.lang.Throwable cause)
message
- the user-friendly messagecause
- the original exception which caused parsing to fail
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |