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

Constructor Summary
MythParserError()
           
MythParserError(String _message)
           
MythParserError(String _file, int _line, String _message)
           
 
Method Summary
 String message()
           
 
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

MythParserError

public MythParserError()

MythParserError

public MythParserError(String _message)

MythParserError

public MythParserError(String _file,
                       int _line,
                       String _message)
Method Detail

message

public String message()


Copyright © 2002-2004 Jason Vroustouris. All Rights Reserved.