Package top.focess.qq.api.exceptions
Class SectionStartException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- top.focess.qq.api.exceptions.SectionStartException
-
- All Implemented Interfaces:
Serializable
public class SectionStartException extends RuntimeException
Thrown to indicate that the section is already started- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SectionStartException(String name)Constructs a SectionStartException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SectionStartException
public SectionStartException(String name)
Constructs a SectionStartException- Parameters:
name- the section name
-
-