org.jwall.web.audit.io
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.jwall.web.audit.io.AuditFormatException
org.jwall.web.audit.io.ParseException
- All Implemented Interfaces:
- Serializable
public class ParseException
- extends AuditFormatException
Instances of this class are thrown by audit-log readers in case of parsing errors.
- Author:
- Christian Bockermann <chris@jwall.org>
- See Also:
- Serialized Form
|
Constructor Summary |
ParseException(String s)
Creates a new instance of this class with the message indicating
the cause of the exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParseException
public ParseException(String s)
- Creates a new instance of this class with the message indicating
the cause of the exception.
- Parameters:
s - A message describing the reason for this exception.
Copyright © 2012 jwall.org. All Rights Reserved.