org.mythsim.core
Class MythError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.mythsim.core.MythError
All Implemented Interfaces:
Serializable

public class MythError
extends Exception

An exception for the simulator.

See Also:
Serialized Form

Constructor Summary
MythError()
           
MythError(int a, int[] s, int b)
           
MythError(String a)
           
 
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

MythError

public MythError()

MythError

public MythError(String a)

MythError

public MythError(int a,
                 int[] s,
                 int b)
Method Detail

message

public String message()


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