org.apache.beehive.controls.api.assembly
Class ControlAssemblyException

Object
  extended by Throwable
      extended by Exception
          extended by ControlAssemblyException
All Implemented Interfaces:
Serializable

public class ControlAssemblyException
extends Exception

Checked exceptions thrown during the assembly process. ControlAssembler implementations may throw this exception in their assemble() method, which will halt the assembly process.

See Also:
Serialized Form

Constructor Summary
ControlAssemblyException(String msg)
           
ControlAssemblyException(String msg, Throwable cause)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ControlAssemblyException

public ControlAssemblyException(String msg)

ControlAssemblyException

public ControlAssemblyException(String msg,
                                Throwable cause)