org.apache.cocoon.forms.binding.library
Class LibraryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.avalon.framework.CascadingException
              extended byorg.apache.cocoon.forms.binding.library.LibraryException
All Implemented Interfaces:
CascadingThrowable, Serializable

public class LibraryException
extends CascadingException

This exception is thrown when something specific to the library system goes wrong.

Version:
$Id: LibraryException.java 289538 2005-09-16 13:46:22Z sylvain $
See Also:
Serialized Form

Constructor Summary
LibraryException(String message)
           
LibraryException(String message, Exception e)
           
 
Methods inherited from class org.apache.avalon.framework.CascadingException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

LibraryException

public LibraryException(String message)

LibraryException

public LibraryException(String message,
                        Exception e)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.