gov.nasa.pds.tools.label
Class LabelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nasa.pds.tools.label.LabelException
All Implemented Interfaces:
Serializable

public class LabelException
extends Exception

Author:
pramirez
See Also:
Serialized Form

Constructor Summary
LabelException(ExceptionType exceptionType, String messageKey, String publicId, String systemId, Integer lineNumber, Integer columnNumber)
           
 
Method Summary
 Integer getColumnNumber()
           
 ExceptionType getExceptionType()
           
 Integer getLineNumber()
           
 String getMessage()
           
 String getPublicId()
           
 String getSource()
           
 String getSystemId()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LabelException

public LabelException(ExceptionType exceptionType,
                      String messageKey,
                      String publicId,
                      String systemId,
                      Integer lineNumber,
                      Integer columnNumber)
Method Detail

getExceptionType

public ExceptionType getExceptionType()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getPublicId

public String getPublicId()

getSystemId

public String getSystemId()

getLineNumber

public Integer getLineNumber()

getColumnNumber

public Integer getColumnNumber()

getSource

public String getSource()


Copyright © 2010-2012 Planetary Data System. All Rights Reserved.