Package beamline.exceptions
Class SourceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- beamline.exceptions.SourceException
-
- All Implemented Interfaces:
Serializable
public class SourceException extends Exception
Exception thrown during source processing- Author:
- Andrea Burattin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SourceException(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
-
SourceException
public SourceException(String message)
Constructs a new exception- Parameters:
message
- the message
-
-