RichFaces Photoalbum 4.3.5.Final

org.richfaces.photoalbum.model.event
Class ErrorEvent

java.lang.Object
  extended by org.richfaces.photoalbum.model.event.SimpleEvent
      extended by org.richfaces.photoalbum.model.event.ErrorEvent

public class ErrorEvent
extends SimpleEvent

Event to be used for displaying error notification

Author:
mpetrov

Constructor Summary
ErrorEvent(String message)
           
ErrorEvent(String summary, String message)
           
 
Method Summary
 String getDetail()
           
 String getSummary()
           
 
Methods inherited from class org.richfaces.photoalbum.model.event.SimpleEvent
getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorEvent

public ErrorEvent(String summary,
                  String message)

ErrorEvent

public ErrorEvent(String message)
Method Detail

getSummary

public String getSummary()

getDetail

public String getDetail()

RichFaces Photoalbum 4.3.5.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.