public abstract class

ParticipantException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ uk.ac.imperial.presage2.core.participant.ParticipantException
Known Direct Subclasses

Class Overview

Parent of all exceptions thrown by a participant.

Summary

Protected Constructors
ParticipantException()
ParticipantException(Participant p, String message)
ParticipantException(Participant p, String message, Throwable cause)
ParticipantException(Participant p, Throwable cause)
Public Methods
String getLocalizedMessage()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Protected Constructors

protected ParticipantException ()

protected ParticipantException (Participant p, String message)

protected ParticipantException (Participant p, String message, Throwable cause)

protected ParticipantException (Participant p, Throwable cause)

Public Methods

public String getLocalizedMessage ()

Since: API Level