Package gov.nasa.pds.tools.label
Class LabelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nasa.pds.tools.label.LabelException
- All Implemented Interfaces:
Serializable
public class LabelException extends Exception
- Author:
- pramirez
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LabelException(ExceptionType exceptionType, String message, String filepath)
LabelException(ExceptionType exceptionType, String messageKey, String publicId, String systemId, Integer lineNumber, Integer columnNumber)
-
Method Summary
Modifier and Type Method Description Integer
getColumnNumber()
ExceptionType
getExceptionType()
Integer
getLineNumber()
String
getMessage()
String
getPublicId()
String
getSource()
String
getSystemId()
void
setSource(String source)
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LabelException
-
LabelException
-
-
Method Details
-
getExceptionType
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getPublicId
-
getSystemId
-
getLineNumber
-
getColumnNumber
-
getSource
-
setSource
-