|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.norther.tammi.core.base.AdaptationException
public class AdaptationException
Thrown when object adaptation fails.
| Constructor Summary | |
|---|---|
AdaptationException(String msg)
Constructs a new exception with a message. |
|
AdaptationException(String msg,
Throwable cause)
Constructs a new exception with a message and cause. |
|
AdaptationException(Throwable cause)
Constructs a new exception with 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 |
|---|
public AdaptationException(String msg)
msg - the message.public AdaptationException(Throwable cause)
cause - the cause.
public AdaptationException(String msg,
Throwable cause)
msg - the message.cause - the cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||