scs.core.builder.exception
Class NoComponentIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
scs.core.exception.SCSException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.