net.logAnalyzer.handlers
Class ParsingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.logAnalyzer.handlers.ParsingException
All Implemented Interfaces:
java.io.Serializable

public class ParsingException
extends java.lang.Exception

Exception thrown by LALogHandler.parse() process.

Version:
0.1
Author:
Karim REFEYTON
See Also:
Serialized Form

Constructor Summary
ParsingException()
          Constructs a new exception.
ParsingException(java.lang.String message)
           
ParsingException(java.lang.String message, java.lang.Throwable cause)
           
ParsingException(java.lang.Throwable cause)
           
 
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

ParsingException

public ParsingException()
Constructs a new exception.


ParsingException

public ParsingException(java.lang.String message)

ParsingException

public ParsingException(java.lang.String message,
                        java.lang.Throwable cause)

ParsingException

public ParsingException(java.lang.Throwable cause)


Copyright © 2006 null. All Rights Reserved.