org.apache.woden
Interface ErrorInfo
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
String getKey()
getMessage
String getMessage()
getException
Exception getException()
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.