|
|||||||||
| Home >> All >> recoin >> [ exception overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
recoin.exception
Class ComponentSupportException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
recoin.exception.RECOINException
recoin.exception.ComponentSupportException
- All Implemented Interfaces:
- java.io.Serializable
- public class ComponentSupportException
- extends RECOINException
A ComponentSupportException generally is thrown if there occur any problems related
to the processing of a ComponentSupport object.
It can be thrown, for example, when a ComponentSupport that is specified in a
ComponentChain can't be found or if an appropriate ComponentSupport is present,
but does not work as expected.
- Version:
- 0.2.9
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class recoin.exception.RECOINException |
myMessage |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
ComponentSupportException()
Creates a new ComponentSupportException. |
|
ComponentSupportException(java.lang.String msg)
Creates a new ComponentSupportException with the specified message. |
|
ComponentSupportException(java.lang.String msg,
java.lang.Exception e)
Creates a new ComponentSupportException with the specified original exception and the specified message. |
|
| Methods inherited from class recoin.exception.RECOINException |
getMessage |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 |
ComponentSupportException
public ComponentSupportException()
- Creates a new ComponentSupportException.
ComponentSupportException
public ComponentSupportException(java.lang.String msg)
- Creates a new ComponentSupportException with the specified message.
ComponentSupportException
public ComponentSupportException(java.lang.String msg, java.lang.Exception e)
- Creates a new ComponentSupportException with the specified original exception and
the specified message.
|
|||||||||
| Home >> All >> recoin >> [ exception overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC