org.jbpm.jpdl.xml
Class Problem
java.lang.Object
org.jbpm.jpdl.xml.Problem
- All Implemented Interfaces:
- Serializable
public class Problem
- extends Object
- implements Serializable
- See Also:
- Serialized Form
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 String description
resource
protected String resource
folder
protected String folder
line
protected Integer line
exception
protected Throwable exception
Problem
public Problem(int level,
String description)
Problem
public Problem(int level,
String description,
Throwable exception)
toString
public String toString()
- Overrides:
toString in class Object
containsProblemsOfLevel
public static boolean containsProblemsOfLevel(Collection c,
int level)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getException
public Throwable getException()
setException
public void setException(Throwable exception)
getFolder
public String getFolder()
setFolder
public void setFolder(String folder)
getLine
public Integer getLine()
setLine
public void setLine(Integer line)
getResource
public String getResource()
setResource
public void setResource(String resource)
getLevel
public int getLevel()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.