texsoft.java.object
Class XsObjectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bytexsoft.java.object.XsObjectException
All Implemented Interfaces:
java.io.Serializable

public class XsObjectException
extends java.lang.Exception

Define a new exception that is thrown when an error is catched into the texsoft.java.object package.

See Also:
Serialized Form

Constructor Summary
XsObjectException()
          Creates new XsObjectException without detail message.
XsObjectException(java.lang.String msg)
          Constructs an XsObjectException 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

XsObjectException

public XsObjectException()
Creates new XsObjectException without detail message.


XsObjectException

public XsObjectException(java.lang.String msg)
Constructs an XsObjectException with the specified detail message.

Parameters:
msg - the detailed message.