com.fuckingbrit.q3astats
Class QuakeParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.fuckingbrit.q3astats.QuakeParseException
All Implemented Interfaces:
java.io.Serializable

public class QuakeParseException
extends java.lang.Exception

Custom exception for q3aParsing

Version:
1.0
Author:
Michael Jervis (mike@fuckingbrit.com)
See Also:
Serialized Form

Constructor Summary
QuakeParseException()
           
QuakeParseException(java.lang.String s)
           
 
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

QuakeParseException

public QuakeParseException()

QuakeParseException

public QuakeParseException(java.lang.String s)