org.dspace.app.xmlui.wing
Class WingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.app.xmlui.wing.WingException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UIException, WingInvalidArgument, WingOperationNotSupported
public class WingException
- extends Exception
A class representing an error generated by the Wing framework.
- Author:
- Scott Phillips
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
WingException
public WingException(String message)
WingException
public WingException(Throwable t)
WingException
public WingException(String message,
Throwable t)
Copyright © 2012 DuraSpace. All Rights Reserved.