net.logAnalyzer.patternParser
Class PatternParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.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
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 |
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.