com.ibm.portal.spa.parser
Interface ErrorHandler


public interface ErrorHandler

Represents how errors should be handled

Since:
7.0

Method Summary
 void error(java.io.IOException ex)
          Indicates that an error has occurred
 

Method Detail

error

void error(java.io.IOException ex)
           throws java.io.IOException
Indicates that an error has occurred

Parameters:
ex - the exception
Throws:
java.io.IOException