|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.stardust.common.error.ApplicationException
org.eclipse.stardust.common.error.PublicException
public class PublicException
Base exception class for all exceptions that should be viewable by the client
| Constructor Summary | |
|---|---|
PublicException(ErrorCase errorCase)
Constructs the Exception |
|
PublicException(ErrorCase errorCase,
String message,
Throwable e)
Constructs the Exception |
|
PublicException(ErrorCase errorCase,
Throwable e)
Constructs the Exception |
|
PublicException(String message)
Constructs the Exception |
|
PublicException(String message,
Throwable e)
Constructs the Exception |
|
PublicException(Throwable e)
Constructs the Exception |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.stardust.common.error.ApplicationException |
|---|
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundle |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PublicException(ErrorCase errorCase)
errorCase - - the ErrorCase for this messagepublic PublicException(String message)
message - - the error message for this exceptionpublic PublicException(Throwable e)
e - - the root cause for this exception
public PublicException(String message,
Throwable e)
message - - the error message for this exceptione - - the root cause for this exception
public PublicException(ErrorCase errorCase,
Throwable e)
errorCase - - the ErrorCase for this messagee - - the root cause for this exception
public PublicException(ErrorCase errorCase,
String message,
Throwable e)
errorCase - - the ErrorCase for this messagemessage - - the error message for this exceptione - - the root cause for this exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||