public class LocateFailureException extends RuntimeException
| Constructor and Description |
|---|
LocateFailureException(LineSegment seg) |
LocateFailureException(String msg) |
LocateFailureException(String msg,
LineSegment seg) |
| Modifier and Type | Method and Description |
|---|---|
LineSegment |
getSegment() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LocateFailureException(String msg)
public LocateFailureException(String msg, LineSegment seg)
public LocateFailureException(LineSegment seg)
public LineSegment getSegment()
Copyright © 2024. All rights reserved.