Package interval
Class IntervalConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- interval.IntervalConflictException
-
- All Implemented Interfaces:
Serializable
public class IntervalConflictException extends RuntimeException
Thrown to indicate an interval set conflict.PS2 instructions: do NOT change this class.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntervalConflictException(String message)
Make a new interval conflict exception with the given detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IntervalConflictException
public IntervalConflictException(String message)
Make a new interval conflict exception with the given detail message.- Parameters:
message
- the detail message
-
-