com.javaflair.pokerprophesier.api.exception
Class SimulatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.javaflair.pokerprophesier.api.exception.SimulatorException
All Implemented Interfaces:
Serializable

public class SimulatorException
extends Exception

A simulator exception.

Author:
Javaflair
See Also:
Serialized Form

Constructor Summary
SimulatorException()
          Default Constructor.
SimulatorException(String message)
          Constructor.
SimulatorException(String message, Throwable cause)
          Constructor.
SimulatorException(Throwable cause)
          Constructor.
 
Method Summary
 
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

SimulatorException

public SimulatorException()
Default Constructor.


SimulatorException

public SimulatorException(String message)
Constructor.

Parameters:
message - the message

SimulatorException

public SimulatorException(String message,
                          Throwable cause)
Constructor.

Parameters:
message - the message
cause - the cause

SimulatorException

public SimulatorException(Throwable cause)
Constructor.

Parameters:
cause - the cause


Copyright © 2006 Javaflair. All Rights Reserved.