org.jwall.web.audit.io
Class AuditFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.