Package fr.alba0404.astuce.api.errors
Class StationNotOnLineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.alba0404.astuce.api.errors.StationNotOnLineException
- All Implemented Interfaces:
java.io.Serializable
public class StationNotOnLineException
extends java.lang.Exception
Error when you try to combine a line with a station that is not on this line.
- Author:
- Alba0404
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description StationNotOnLineException(Station station, Line line)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
StationNotOnLineException
-