类 FlatFileFormatException

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      java.lang.StringgetInput()
      Retrieve the input that caused this exception.
      • 从类继承的方法 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 构造器详细资料

      • FlatFileFormatException

        public FlatFileFormatException​(java.lang.String message,
                                       java.lang.String input)
        Create a new FlatFileFormatException based on a message.
        参数:
        message - the message for this exception
        input - String containing the input for that caused this exception to be thrown.
      • FlatFileFormatException

        public FlatFileFormatException​(java.lang.String message,
                                       java.lang.Throwable cause)
        Create a new FlatFileFormatException based on a message and another exception.
        参数:
        message - the message for this exception
        cause - the other exception
    • 方法详细资料

      • getInput

        public java.lang.String getInput()
        Retrieve the input that caused this exception.
        返回:
        String containing the input.