com.bea.alsb.presentation
Class UIError

java.lang.Object
  extended by com.bea.alsb.presentation.UIError
Direct Known Subclasses:
TransportUIError

public class UIError
extends Object

An object of this class is used by proivder to return any validation errors to ALSB console.


Constructor Summary
UIError(String name, String msg)
          constructor
UIError(String name, String msg, boolean confirm)
           
 
Method Summary
 String getMessage()
           
 String getName()
          returns the name
 boolean isConfirmation()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIError

public UIError(String name,
               String msg)
constructor


UIError

public UIError(String name,
               String msg,
               boolean confirm)
Method Detail

getName

public String getName()
returns the name


getMessage

public String getMessage()
Returns:
the error message

isConfirmation

public boolean isConfirmation()
Returns:
whether or not this is a confirmation message