org.ablaf.internal.common
Class NullErrorHandler

java.lang.Object
  extended byorg.ablaf.internal.common.NullErrorHandler
All Implemented Interfaces:
IErrorHandler

public class NullErrorHandler
extends java.lang.Object
implements IErrorHandler

Version:
$Revision: 1.2 $
Author:
jpetersen

Constructor Summary
NullErrorHandler()
          Constructor for NullErrorHandler.
 
Method Summary
 void handleError(int type, ISourcePosition position, java.lang.String message)
           
 void handleError(int type, ISourcePosition position, java.lang.String message, java.lang.Object args)
           
 void handleError(int type, java.lang.String message)
           
 boolean isHandled(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullErrorHandler

public NullErrorHandler()
Constructor for NullErrorHandler.

Method Detail

isHandled

public boolean isHandled(int type)
Specified by:
isHandled in interface IErrorHandler
See Also:
IErrorHandler.isHandled(int)

handleError

public void handleError(int type,
                        java.lang.String message)
Specified by:
handleError in interface IErrorHandler
See Also:
IErrorHandler.handleError(int, String)

handleError

public void handleError(int type,
                        ISourcePosition position,
                        java.lang.String message)
Specified by:
handleError in interface IErrorHandler
See Also:
IErrorHandler.handleError(int, ISourcePosition, String)

handleError

public void handleError(int type,
                        ISourcePosition position,
                        java.lang.String message,
                        java.lang.Object args)
Specified by:
handleError in interface IErrorHandler
See Also:
IErrorHandler.handleError(int, ISourcePosition, String, Object)


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.