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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.lang.exception.NestableException
              extended by org.apache.cocoon.util.location.LocatedException
                  extended by org.apache.cocoon.ProcessingException
                      extended by org.apache.cocoon.forms.FormsException
                          extended by org.apache.cocoon.forms.formmodel.library.LibraryException
All Implemented Interfaces:
Serializable, Locatable, LocatableException, MultiLocatable, org.apache.commons.lang.exception.Nestable

public class LibraryException
extends FormsException

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

Version:
$Id: LibraryException.html 1304258 2012-03-23 10:09:27Z ilgrosso $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
LibraryException(String message)
           
LibraryException(String message, Location location)
           
LibraryException(String message, Throwable cause)
           
LibraryException(String message, Throwable cause, Location location)
           
 
Method Summary
 
Methods inherited from class org.apache.cocoon.ProcessingException
throwLocated, throwLocated
 
Methods inherited from class org.apache.cocoon.util.location.LocatedException
addCauseLocations, addLocation, ensureCauseChainIsSet, getLocation, getLocations, getMessage, getMessage, getRawMessage
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, 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,
                        Throwable cause)

LibraryException

public LibraryException(String message,
                        Location location)

LibraryException

public LibraryException(String message,
                        Throwable cause,
                        Location location)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.