Package beamline.exceptions
Class EventException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- beamline.exceptions.EventException
-
- All Implemented Interfaces:
Serializable
public class EventException extends Exception
Exception thrown during events creation- Author:
- Andrea Burattin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventException(String message)
Constructs a new exception
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EventException
public EventException(String message)
Constructs a new exception- Parameters:
message
- the message
-
-