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
public ErrorLocator getErrorLocator()
getKey
public java.lang.String getKey()
getMessage
public java.lang.String getMessage()
getException
public java.lang.Exception getException()
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.