com.codethesis.pgnparse
Class MalformedMoveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.codethesis.pgnparse.MalformedMoveException
All Implemented Interfaces:
java.io.Serializable

public class MalformedMoveException
extends java.lang.Exception

Author:
Deyan Rizov
See Also:
Serialized Form

Constructor Summary
MalformedMoveException()
           
MalformedMoveException(java.lang.String message)
           
MalformedMoveException(java.lang.String message, java.lang.Throwable cause)
           
MalformedMoveException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedMoveException

public MalformedMoveException()

MalformedMoveException

public MalformedMoveException(java.lang.String message)
Parameters:
message -

MalformedMoveException

public MalformedMoveException(java.lang.Throwable cause)
Parameters:
cause -

MalformedMoveException

public MalformedMoveException(java.lang.String message,
                              java.lang.Throwable cause)
Parameters:
message -
cause -