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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ErrorEventImpl
public ErrorEventImpl(Location location,
java.lang.String message,
java.lang.Throwable throwable)
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