org.apache.cocoon.forms.formmodel.library
Class LibraryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.cocoon.util.location.LocatedException
org.apache.cocoon.ProcessingException
org.apache.cocoon.forms.FormsException
org.apache.cocoon.forms.formmodel.library.LibraryException
- All Implemented Interfaces:
- Serializable, org.apache.cocoon.util.location.Locatable, org.apache.cocoon.util.location.LocatableException, org.apache.cocoon.util.location.MultiLocatable
public class LibraryException
- extends FormsException
This exception is thrown when something specific to the library system goes wrong.
- Version:
- $Id: LibraryException.java 449149 2006-09-23 03:58:05Z crossley $
- See Also:
- Serialized Form
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 |
LibraryException
public LibraryException(String message)
LibraryException
public LibraryException(String message,
Throwable cause)
LibraryException
public LibraryException(String message,
org.apache.cocoon.util.location.Location location)
LibraryException
public LibraryException(String message,
Throwable cause,
org.apache.cocoon.util.location.Location location)
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.