org.quilt.exception
Class QuiltException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.quilt.exception.QuiltException
All Implemented Interfaces:
java.io.Serializable

public class QuiltException
extends java.lang.Exception

A superclass for all exceptions that can be thrown by Quilt.

See Also:
Serialized Form

Constructor Summary
QuiltException()
           
QuiltException(java.lang.String msg)
           
 
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

QuiltException

public QuiltException()

QuiltException

public QuiltException(java.lang.String msg)


Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.