org.jwall.web.audit.io
Class ParseException

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
                  extended by 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.
 
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

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.