net.sf.nxqd
Class NxqdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
NxqdException(Exception nestedException)
          Create a new NxqdException instance.
NxqdException(String message)
          Create a new NxqdException instance.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.