|
||||||||||
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.openwms.core.exception.DomainModelException
public class DomainModelException
A DomainModelException is a checked top-level exception for all exceptions of the domain model layer.
Constructor Summary | |
---|---|
DomainModelException()
Create a new DomainModelException. |
|
DomainModelException(String message)
Create a new DomainModelException. |
|
DomainModelException(String message,
Throwable cause)
Create a new DomainModelException. |
|
DomainModelException(Throwable cause)
Create a new DomainModelException. |
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 DomainModelException()
public DomainModelException(String message)
message
- Detail messagepublic DomainModelException(Throwable cause)
cause
- Root causepublic DomainModelException(String message, Throwable cause)
message
- Detail messagecause
- Root cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |