org.xanot
Class XanotException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xanot.XanotException
All Implemented Interfaces:
java.io.Serializable

public class XanotException
extends java.lang.Exception

Xanot exception. All exception happening in xanot hopefully will be channeled through this exception class.

Author:
Ferdinand Neman (newm4n _at_ gmail.com)
See Also:
Serialized Form

Constructor Summary
XanotException()
          Creates a new XanotException object.
XanotException(java.lang.String message)
          Creates a new XanotException object.
XanotException(java.lang.String message, java.lang.Throwable cause)
          Creates a new XanotException object.
XanotException(java.lang.Throwable cause)
          Creates a new XanotException object.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XanotException

public XanotException()
Creates a new XanotException object.


XanotException

public XanotException(java.lang.String message,
                      java.lang.Throwable cause)
Creates a new XanotException object.

Parameters:
message - The message
cause - The cause

XanotException

public XanotException(java.lang.String message)
Creates a new XanotException object.

Parameters:
message - The message

XanotException

public XanotException(java.lang.Throwable cause)
Creates a new XanotException object.

Parameters:
cause - The cause


Copyright 2006 null. All Rights Reserved.