org.ablaf.common
Interface IErrorHandler

All Known Subinterfaces:
IRubyErrorHandler
All Known Implementing Classes:
NullErrorHandler, RubyErrorHandler

public interface IErrorHandler

Version:
$Revision: 1.1 $
Author:
jpetersen

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)
           
 

Method Detail

isHandled

public boolean isHandled(int type)

handleError

public void handleError(int type,
                        java.lang.String message)

handleError

public void handleError(int type,
                        ISourcePosition position,
                        java.lang.String message)

handleError

public void handleError(int type,
                        ISourcePosition position,
                        java.lang.String message,
                        java.lang.Object args)


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.