palio.compiler
Class ReturnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by palio.PalioException
              extended by palio.compiler.ReturnException
All Implemented Interfaces:
java.io.Serializable

public class ReturnException
extends palio.PalioException

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.

See Also:
Serialized Form

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

EXIT

public static java.lang.Object EXIT
Constructor Detail

ReturnException

public ReturnException(java.lang.Object returnedValue)
Method Detail

getReturnedValue

public java.lang.Object getReturnedValue()

isExit

public boolean isExit()