fr.umlv.tatoo.runtime.parser
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.umlv.tatoo.runtime.parser.ParseException
- All Implemented Interfaces:
- Serializable
public class ParseException
- extends RuntimeException
- Author:
- julien
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParseException
public ParseException(Object terminal)
ParseException
public ParseException(String message,
Throwable cause,
Object terminal)
ParseException
public ParseException(String message,
Object terminal)
ParseException
public ParseException(Throwable cause,
Object terminal)
getTerminal
public Object getTerminal()