net.sf.xframe.ex
Class XFrameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.xframe.ex.CascadingException
net.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
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 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 |
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.