|
||||||||||
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 java.lang.RuntimeException org.pentaho.platform.api.util.PentahoChainedException org.pentaho.platform.web.http.UIException
public class UIException
Constructor Summary | |
---|---|
UIException()
|
|
UIException(String message)
|
|
UIException(String message,
Throwable reas)
|
|
UIException(Throwable reas)
|
Method Summary |
---|
Methods inherited from class org.pentaho.platform.api.util.PentahoChainedException |
---|
getRootCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UIException()
public UIException(String message)
message
- public UIException(String message, Throwable reas)
message
- reas
- public UIException(Throwable reas)
reas
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |