Class ScenarioJsonReader.JsonReaderException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ScenarioJsonReader

    public static class ScenarioJsonReader.JsonReaderException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.io.File file  
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonReaderException​(java.io.File file, java.lang.Exception source)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • file

        public final java.io.File file
    • Constructor Detail

      • JsonReaderException

        public JsonReaderException​(java.io.File file,
                                   java.lang.Exception source)