anvil
Class ErrorEventImpl

java.lang.Object
  |
  +--anvil.ErrorEventImpl
All Implemented Interfaces:
ErrorEvent

public class ErrorEventImpl
extends java.lang.Object
implements ErrorEvent

class ErrorEventImpl


Constructor Summary
ErrorEventImpl(Location location, java.lang.String message, java.lang.Throwable throwable)
           
 
Method Summary
 Location getLocation()
           
 java.lang.String getMessage()
           
 java.lang.Throwable getThrowable()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorEventImpl

public ErrorEventImpl(Location location,
                      java.lang.String message,
                      java.lang.Throwable throwable)
Method Detail

getLocation

public Location getLocation()
Specified by:
getLocation in interface ErrorEvent

getThrowable

public java.lang.Throwable getThrowable()
Specified by:
getThrowable in interface ErrorEvent

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in interface ErrorEvent

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object