public class SentenceException extends Exception
| Constructor and Description |
|---|
SentenceException()
Instantiates a new Sentence exception.
|
SentenceException(SentenceException e,
Deque<String> sentenceTrace)
Instantiates a new Sentence exception.
|
SentenceException(String msg)
Instantiates a new Sentence exception.
|
SentenceException(String msg,
Deque<String> sentenceTrace)
Instantiates a new Sentence exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPossibleProprietaryTag()
Gets possible proprietary tag.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SentenceException()
public SentenceException(String msg)
msg - the msgpublic SentenceException(String msg, Deque<String> sentenceTrace)
msg - the msgsentenceTrace - the sentence tracepublic SentenceException(SentenceException e, Deque<String> sentenceTrace)
e - the esentenceTrace - the sentence tracepublic String getPossibleProprietaryTag()
Copyright © 2011–2019 Danish Maritime Authority. All rights reserved.