Package it.unive.lisa.imp
Class IMPSyntaxException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- it.unive.lisa.imp.IMPSyntaxException
-
- All Implemented Interfaces:
java.io.Serializable
public class IMPSyntaxException extends java.lang.RuntimeException
An exception thrown due to an inconsistency in an imp file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IMPSyntaxException()
Builds the exception.IMPSyntaxException(java.lang.String message)
Builds the exception.IMPSyntaxException(java.lang.String message, java.lang.Throwable cause)
Builds the exception.IMPSyntaxException(java.lang.Throwable cause)
Builds the exception.
-
-
-
Constructor Detail
-
IMPSyntaxException
public IMPSyntaxException()
Builds the exception.
-
IMPSyntaxException
public IMPSyntaxException(java.lang.String message, java.lang.Throwable cause)
Builds the exception.- Parameters:
message
- the message of this exceptioncause
- the inner cause of this exception
-
IMPSyntaxException
public IMPSyntaxException(java.lang.String message)
Builds the exception.- Parameters:
message
- the message of this exception
-
IMPSyntaxException
public IMPSyntaxException(java.lang.Throwable cause)
Builds the exception.- Parameters:
cause
- the inner cause of this exception
-
-