|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception se.citerus.dddsample.domain.model.handling.CannotCreateHandlingEventException
public class CannotCreateHandlingEventException
If a HandlingEvent
can't be
created from a given set of parameters.
It is a checked exception because it's not a programming error, but rather a
special case that the application is built to handle. It can occur during normal
program execution.
Constructor Summary | |
---|---|
CannotCreateHandlingEventException()
|
|
CannotCreateHandlingEventException(java.lang.Exception e)
|
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 CannotCreateHandlingEventException(java.lang.Exception e)
public CannotCreateHandlingEventException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |