org.mythsim.core
Class MythParserError
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.mythsim.core.MythParserError
- All Implemented Interfaces:
- Serializable
- public class MythParserError
- extends Exception
An exception for the parser.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MythParserError
public MythParserError()
MythParserError
public MythParserError(String _message)
MythParserError
public MythParserError(String _file,
int _line,
String _message)
message
public String message()
Copyright © 2002-2004 Jason Vroustouris. All Rights Reserved.