org.jwall.web.audit.io
Class AuditFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.jwall.web.audit.io.AuditFormatException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ParseException
public class AuditFormatException
- extends IOException
Exceptions of this class are thrown in case of incompatible formats of
audit-events or files which is tried to read from.
- Author:
- Christian Bockermann <chris@jwall.org>
- See Also:
- Serialized Form
|
Constructor Summary |
AuditFormatException(String message)
This constructor creates a new instance of this class using the given
error message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AuditFormatException
public AuditFormatException(String message)
- This constructor creates a new instance of this class using the given
error message.
- Parameters:
message - A message describing the cause of this exception.
Copyright © 2012 jwall.org. All Rights Reserved.