org.dspace.app.xmlui.wing
Class WingInvalidArgument
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.app.xmlui.wing.WingException
org.dspace.app.xmlui.wing.WingInvalidArgument
- All Implemented Interfaces:
- Serializable
public class WingInvalidArgument
- extends WingException
A class representing an error generated by the Wing framework.
This particular variation indicates that the arguments passed to the Wing
framework were invalid for the context in which they were attempting to be
used.
- 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
WingInvalidArgument
public WingInvalidArgument(String message)
WingInvalidArgument
public WingInvalidArgument(Throwable t)
WingInvalidArgument
public WingInvalidArgument(String message,
Throwable t)
Copyright © 2012 DuraSpace. All Rights Reserved.