com.gubutech.xload
Class XloadNullArgumentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.gubutech.xload.XloadNullArgumentException
All Implemented Interfaces:
java.io.Serializable

public class XloadNullArgumentException
extends java.lang.RuntimeException

Signals that a null argument has been passed to a method.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
XloadNullArgumentException()
          Creates a new instance of XloadNullArgumentException without detail message.
XloadNullArgumentException(java.lang.String msg)
          Constructs an instance of XloadNullArgumentException with the specified detail message.
 
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
 

Constructor Detail

XloadNullArgumentException

public XloadNullArgumentException()
Creates a new instance of XloadNullArgumentException without detail message.

Since:
1.0

XloadNullArgumentException

public XloadNullArgumentException(java.lang.String msg)
Constructs an instance of XloadNullArgumentException with the specified detail message.

Parameters:
msg - the detail message.
Since:
1.0