Package org.opentrafficsim.core.gtu
Class GtuException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opentrafficsim.base.OtsException
org.opentrafficsim.core.gtu.GtuException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MissingComponentException,OperationalPlanException
Exception thrown when GTU encounters a problem.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.GtuException(String message) Constructor.GtuException(String message, Throwable cause) Constructor.GtuException(Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GtuException
public GtuException()Constructor. -
GtuException
Constructor.- Parameters:
message- String
-
GtuException
Constructor.- Parameters:
cause- Throwable
-
GtuException
Constructor.- Parameters:
message- Stringcause- Throwable
-