Class DSLMappingParseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DSLMappingParseException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int line  
      java.lang.String message  
    • Constructor Summary

      Constructors 
      Constructor Description
      DSLMappingParseException​(java.lang.String message, int line)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLine()  
      java.lang.String getMessage()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • message

        public java.lang.String message
      • line

        public int line
    • Constructor Detail

      • DSLMappingParseException

        public DSLMappingParseException​(java.lang.String message,
                                        int line)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getLine

        public int getLine()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable