org.jbpm.formModeler.service.error
Class BusinessError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbpm.formModeler.service.error.ApplicationError
org.jbpm.formModeler.service.error.BusinessError
- All Implemented Interfaces:
- Serializable
public class BusinessError
- extends ApplicationError
An exception thrown by the client application when it wants to handle an expected business error.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
WARN
public static final int WARN
- See Also:
- Constant Field Values
INFO
public static final int INFO
- See Also:
- Constant Field Values
level
protected int level
title
protected String title
message
protected String message
BusinessError
public BusinessError(int level,
String title,
String message)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getLevel
public int getLevel()
setLevel
public void setLevel(int level)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.