org.apache.avalon.phoenix.tools.assembler
Class AssemblyException

org.apache.avalon.phoenix.tools.assembler.AssemblyException

public final class AssemblyException

Exception to indicate that there was an error Assembling SarMetaData.

Version:
$Revision: 1.5 $ $Date: 2002/08/06 11:57:42 $
Author:
Peter Donald

Constructor Summary
AssemblyException(String message)
          Construct a new AssemblyException instance.
AssemblyException(String message, Throwable throwable)
          Construct a new AssemblyException instance.
 

Constructor Detail

AssemblyException

public AssemblyException(String message)
Construct a new AssemblyException instance.
Parameters:
message - The detail message for this exception.

AssemblyException

public AssemblyException(String message,
                         Throwable throwable)
Construct a new AssemblyException instance.
Parameters:
message - The detail message for this exception.
throwable - the root cause of the exception


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.