- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.pdfsam.eventstudio.exception.EventStudioException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BroadcastInterruptionException
public class EventStudioException extends RuntimeException
Exception thrown by the event studio library- Author:
- Andrea Vacondio
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventStudioException(String message)EventStudioException(String message, Throwable cause)EventStudioException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-