Class PsyInvalidExitException

All Implemented Interfaces:
PsyExecutable, PsyObject, Serializable

@ErrorType("invalidexit") public class PsyInvalidExitException extends PsyErrorException
The representation of the invalidexit error thrown by the exit operator when invoked outside the cyclic context.
See Also:
  • Constructor Details

    • PsyInvalidExitException

      public PsyInvalidExitException()
      Constructs a new exception object with null as its detail message.