com.bea.alsb.presentation
Class UIError

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.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(java.lang.String name,
               java.lang.String msg)
constructor


UIError

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

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