当前页面:
在线文档首页 >
JBoss JBPM 3.1.3 API 英文版文档
Problem (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
org.jbpm.jpdl.xml
Class Problem
java.lang.Object
org.jbpm.jpdl.xml.Problem
- All Implemented Interfaces:
- java.io.Serializable
public class Problem
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
Problem(int level,
java.lang.String description)
|
Problem(int level,
java.lang.String description,
java.lang.Throwable exception)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LEVEL_FATAL
public static final int LEVEL_FATAL
- See Also:
- Constant Field Values
LEVEL_ERROR
public static final int LEVEL_ERROR
- See Also:
- Constant Field Values
LEVEL_WARNING
public static final int LEVEL_WARNING
- See Also:
- Constant Field Values
LEVEL_INFO
public static final int LEVEL_INFO
- See Also:
- Constant Field Values
level
protected int level
description
protected java.lang.String description
resource
protected java.lang.String resource
folder
protected java.lang.String folder
line
protected java.lang.Integer line
exception
protected java.lang.Throwable exception
Problem
public Problem(int level,
java.lang.String description)
Problem
public Problem(int level,
java.lang.String description,
java.lang.Throwable exception)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
containsProblemsOfLevel
public static boolean containsProblemsOfLevel(java.util.Collection c,
int level)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getException
public java.lang.Throwable getException()
setException
public void setException(java.lang.Throwable exception)
getFolder
public java.lang.String getFolder()
setFolder
public void setFolder(java.lang.String folder)
getLine
public java.lang.Integer getLine()
setLine
public void setLine(java.lang.Integer line)
getResource
public java.lang.String getResource()
setResource
public void setResource(java.lang.String resource)
getLevel
public int getLevel()
Version : jbpm-3.1.3