net.sf.xframe.ex
Class XFrameException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.xframe.ex.CascadingException
              extended bynet.sf.xframe.ex.XFrameException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ProcessorException, SchemaException

public abstract class XFrameException
extends CascadingException

Abstract base class for all Exceptions withinf the xframe packages.

Author:
Kurt Riede
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
XFrameException(java.lang.String message)
          Construct a new XFrameException instance.
XFrameException(java.lang.String message, java.lang.Throwable throwable)
          Construct a new XFrameException instance.
XFrameException(java.lang.Throwable throwable)
          Construct a new XFrameException instance.
 
Methods inherited from class net.sf.xframe.ex.CascadingException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XFrameException

public XFrameException(java.lang.String message)
Construct a new XFrameException instance.

Parameters:
message - The detail message for this exception.

XFrameException

public XFrameException(java.lang.Throwable throwable)
Construct a new XFrameException instance.

Parameters:
throwable - the root cause of the exception

XFrameException

public XFrameException(java.lang.String message,
                       java.lang.Throwable throwable)
Construct a new XFrameException instance.

Parameters:
message - The detail message for this exception.
throwable - the root cause of the exception


Copyright © 2004-2005 xframe. All Rights Reserved.