net.sf.nxqd
Class NxqdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.nxqd.NxqdException
- All Implemented Interfaces:
- Serializable
public class NxqdException
- extends Exception
The class NxqdException
is the encapsulating exception for exceptions
thrown by this package.
- Version:
- 1.0
- Author:
- webhiker
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NxqdException
public NxqdException(String message)
- Create a new
NxqdException
instance.
- Parameters:
message
- a String
value
NxqdException
public NxqdException(Exception nestedException)
- Create a new
NxqdException
instance.
- Parameters:
nestedException
- an Exception
value
Copyright © 2005-2006 nxqd. All Rights Reserved.