All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ebay.jsoncoder.treedoc.EOFRuntimeException Maven / Gradle / Ivy

The newest version!
/*************************************************************
 Copyright 2018-2019 eBay Inc.
 Author/Developer: Jianwu Chen

 Use of this source code is governed by an MIT-style
 license that can be found in the LICENSE file or at
 https://opensource.org/licenses/MIT.
 ************************************************************/

package com.ebay.jsoncoder.treedoc;

@SuppressWarnings("serial")
public class EOFRuntimeException extends RuntimeException{
  public EOFRuntimeException(){}
  public EOFRuntimeException(String msg){super(msg);}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy