com.bea.alsb.presentation
Class UIError
java.lang.Object
com.bea.alsb.presentation.UIError
- Direct Known Subclasses:
- TransportUIError
public class UIError
- extends java.lang.Object
An object of this class is used by proivder to return any validation errors to OSB console.
|
Constructor Summary |
UIError(java.lang.String name,
java.lang.String msg)
constructor |
UIError(java.lang.String name,
java.lang.String msg,
boolean confirm)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIError
public UIError(java.lang.String name,
java.lang.String msg)
- constructor
UIError
public UIError(java.lang.String name,
java.lang.String msg,
boolean confirm)
getName
public java.lang.String getName()
- returns the name
getMessage
public java.lang.String getMessage()
- Returns:
- the error message
isConfirmation
public boolean isConfirmation()
- Returns:
- whether or not this is a confirmation message