org.openfast.error
Interface ErrorHandler

All Known Implementing Classes:
Session

public interface ErrorHandler


Field Summary
static ErrorHandler DEFAULT
           
static ErrorHandler NULL
           
 
Method Summary
 void error(ErrorCode code, java.lang.String message)
           
 void error(ErrorCode code, java.lang.String message, java.lang.Throwable t)
           
 

Field Detail

DEFAULT

static final ErrorHandler DEFAULT

NULL

static final ErrorHandler NULL
Method Detail

error

void error(ErrorCode code,
           java.lang.String message)

error

void error(ErrorCode code,
           java.lang.String message,
           java.lang.Throwable t)


Copyright © 2006-2008 The LaSalle Technology Group, LLC. All Rights Reserved.