anvil
Interface ErrorEvent

All Known Implementing Classes:
ErrorEventImpl

public interface ErrorEvent

interface ErrorEvent


Method Summary
 Location getLocation()
           
 java.lang.String getMessage()
           
 java.lang.Throwable getThrowable()
           
 

Method Detail

getLocation

public Location getLocation()

getThrowable

public java.lang.Throwable getThrowable()

getMessage

public java.lang.String getMessage()