org.dspace.app.xmlui.utils
Class UIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dspace.app.xmlui.wing.WingException
              extended by org.dspace.app.xmlui.utils.UIException
All Implemented Interfaces:
java.io.Serializable

public class UIException
extends WingException

A class representing an error generated by the Manakin. I'm not sure if we are going to use this Exception class at this point.

Author:
Scott Phillips
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
UIException(java.lang.String message)
           
UIException(java.lang.String message, java.lang.Throwable t)
           
UIException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

UIException

public UIException(java.lang.String message)

UIException

public UIException(java.lang.Throwable t)

UIException

public UIException(java.lang.String message,
                   java.lang.Throwable t)


Copyright © 2010 DuraSpace. All Rights Reserved.