net.logAnalyzer.patternParser
Class PatternParsingException

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

public class PatternParsingException
extends java.lang.Exception

Exception thrown from pattern parsing methods.

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

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

PatternParsingException

public PatternParsingException()

PatternParsingException

public PatternParsingException(java.lang.String message)

PatternParsingException

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

PatternParsingException

public PatternParsingException(java.lang.Throwable cause)


Copyright © 2006 null. All Rights Reserved.