|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
palio.PalioException
palio.compiler.ReturnException
public class ReturnException
Wyjątek wyrzucany przez system w momencie zwracania wartości przez obiekt W nowej wersji jezyka nie bedzie używany. Wyjątek może przetrzymywać jako wartość stałą EXIT. W takim wypadku oznacza to, że wyjątek nie powinien być przechwytywany aż do zakończenia wykonywania całej strony.
| Field Summary | |
|---|---|
static java.lang.Object |
EXIT
|
| Fields inherited from class palio.PalioException |
|---|
BAD_PASSWORD, DEDICATED_RECONNECT |
| Constructor Summary | |
|---|---|
ReturnException(java.lang.Object returnedValue)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getReturnedValue()
|
boolean |
isExit()
|
| Methods inherited from class palio.PalioException |
|---|
createTransportableException, createTransportableException, getCode, getCore, getException, getExtension, getLocalizedMessage, getLogger, getMessage, getStackTrace, printStackTrace, printStackTrace, putException, putException, putException, putException, setCode, setLogger, setMessage, setMessage, setStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, initCause, printStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.Object EXIT
| Constructor Detail |
|---|
public ReturnException(java.lang.Object returnedValue)
| Method Detail |
|---|
public java.lang.Object getReturnedValue()
public boolean isExit()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||