scs.core.builder.exception
Class NoComponentIdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by scs.core.exception.SCSException
              extended by scs.core.builder.exception.NoComponentIdException
All Implemented Interfaces:
Serializable

public class NoComponentIdException
extends SCSException

This exception signalizes that a component cannot be assembled because its ComponentId is missing and must be provided.

See Also:
Serialized Form

Constructor Summary
NoComponentIdException(String message)
           
NoComponentIdException(Throwable cause)
          Constructor that accepts a Throwable as a cause.
NoComponentIdException(UserException cause)
          Constructor that accepts an UserException as a cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

NoComponentIdException

public NoComponentIdException(String message)

NoComponentIdException

public NoComponentIdException(UserException cause)
Constructor that accepts an UserException as a cause.

Parameters:
cause - The UserException object.

NoComponentIdException

public NoComponentIdException(Throwable cause)
Constructor that accepts a Throwable as a cause.

Parameters:
cause - The Throwable object.


Copyright © 2014. All Rights Reserved.