org.sourcejammer.util
Class TextLineReaderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.sourcejammer.util.SourceJammerExceptionChain
                    |
                    +--org.sourcejammer.util.TextLineReaderException
All Implemented Interfaces:
java.io.Serializable

public class TextLineReaderException
extends SourceJammerExceptionChain

Author:
rob To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sourcejammer.util.SourceJammerExceptionChain
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
TextLineReaderException()
          Constructor for TextLineReaderException.
TextLineReaderException(java.lang.String msg)
          Constructor for TextLineReaderException.
TextLineReaderException(java.lang.String msg, java.lang.Exception ex)
          Constructor for TextLineReaderException.
 
Methods inherited from class org.sourcejammer.util.SourceJammerExceptionChain
getMessage, getPrevException, getProcessExceptionChain, printStackTrace, printStackTrace, printStackTrace, setProcessExceptionChain, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextLineReaderException

public TextLineReaderException()
Constructor for TextLineReaderException.


TextLineReaderException

public TextLineReaderException(java.lang.String msg)
Constructor for TextLineReaderException.

Parameters:
msg -

TextLineReaderException

public TextLineReaderException(java.lang.String msg,
                               java.lang.Exception ex)
Constructor for TextLineReaderException.

Parameters:
msg -
ex -


Copyright © 2003 Soucejammer project.