|
||||||||||
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.objectweb.dsrg.sofa.cushion.CushionException
org.objectweb.dsrg.sofa.cushion.ParseException
public class ParseException
Parse Exception.
Constructor Summary | |
---|---|
ParseException()
Constructor. |
|
ParseException(java.lang.String message)
Constructor. |
|
ParseException(java.lang.String message,
java.lang.Throwable cause)
Constructor. |
|
ParseException(java.lang.Throwable cause)
Constructor. |
Method Summary |
---|
Methods inherited from class org.objectweb.dsrg.sofa.cushion.CushionException |
---|
printException |
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 ParseException()
public ParseException(java.lang.String message, java.lang.Throwable cause)
public ParseException(java.lang.String message)
public ParseException(java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |