org.ow2.orchestra.pvm.internal.xml
Class Problem
java.lang.Object
org.ow2.orchestra.pvm.internal.xml.Problem
- All Implemented Interfaces:
- Serializable
public class Problem
- extends Object
- implements Serializable
a unification for an XML parsing errors and DOM interpretation problems, see
also Parser.
See also 'Problems'
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
SEVERITY_WARNING
public static final String SEVERITY_WARNING
- See Also:
- Constant Field Values
SEVERITY_ERROR
public static final String SEVERITY_ERROR
- See Also:
- Constant Field Values
SEVERITY_FATALERROR
public static final String SEVERITY_FATALERROR
- See Also:
- Constant Field Values
Problem
public Problem(String msg,
Exception e,
String severity)
getCause
public Throwable getCause()
setCause
public void setCause(Throwable cause)
getColumn
public int getColumn()
setColumn
public void setColumn(int columnNumber)
getLine
public int getLine()
setLine
public void setLine(int lineNumber)
getMsg
public String getMsg()
setMsg
public void setMsg(String msg)
getResource
public String getResource()
setResource
public void setResource(String resource)
getSeverity
public String getSeverity()
setSeverity
public void setSeverity(String severity)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011 OW2 Consortium. All Rights Reserved.