org.apache.woden
Interface ErrorInfo
- All Known Implementing Classes:
- ErrorInfoImpl
public interface ErrorInfo
This interface describes the three types of errors
(warning, error and fatal error) that may be reported.
Implementations may choose to override the
toString()
method inherited from java.lang.Object
to concatenate this information into format suitable for
reporting purposes.
- Author:
- kaputin
getErrorLocator
ErrorLocator getErrorLocator()
getKey
java.lang.String getKey()
getMessage
java.lang.String getMessage()
getException
java.lang.Exception getException()
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.