public class IllegalComponentDefinitionException extends RuntimeException
Component.| Constructor and Description |
|---|
IllegalComponentDefinitionException(String componentTypeName,
String problem)
Create an exception that specifies the leaf-level class in a Component type
hierarchy has some problem with its definition
|
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentTypeName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalComponentDefinitionException(String componentTypeName, String problem)
componentTypeName - The canonical class name of the component typeproblem - A generic error message to be tacked to the end of the
final error messagepublic String getComponentTypeName()
Copyright © 2013. All Rights Reserved.