Package it.unive.lisa.outputs
Class OutputDumpingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- it.unive.lisa.outputs.OutputDumpingException
-
- All Implemented Interfaces:
java.io.Serializable
public class OutputDumpingException extends java.lang.RuntimeException
An exception thrown when creating or dumping one of the outputs of the analysis.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OutputDumpingException()
Builds the exception.OutputDumpingException(java.lang.String message)
Builds the exception.OutputDumpingException(java.lang.String message, java.lang.Throwable cause)
Builds the exception.OutputDumpingException(java.lang.Throwable cause)
Builds the exception.
-
-
-
Constructor Detail
-
OutputDumpingException
public OutputDumpingException()
Builds the exception.
-
OutputDumpingException
public OutputDumpingException(java.lang.String message, java.lang.Throwable cause)
Builds the exception.- Parameters:
message
- the message of this exceptioncause
- the cause of this exception
-
OutputDumpingException
public OutputDumpingException(java.lang.String message)
Builds the exception.- Parameters:
message
- the message of this exception
-
OutputDumpingException
public OutputDumpingException(java.lang.Throwable cause)
Builds the exception.- Parameters:
cause
- the cause of this exception
-
-