com.codethesis.pgnparse
Class PGNParseException

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

public class PGNParseException
extends java.lang.Exception

Author:
Deyan Rizov
See Also:
Serialized Form

Constructor Summary
PGNParseException()
           
PGNParseException(java.lang.String message)
           
PGNParseException(java.lang.String message, java.lang.Throwable cause)
           
PGNParseException(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

PGNParseException

public PGNParseException()

PGNParseException

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

PGNParseException

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

PGNParseException

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