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

org.jcamp.spectrum.notes.BadContentException Maven / Gradle / Ivy

package org.jcamp.spectrum.notes;

/**
 * Insert the type's description here.
 * 
 * @author Thomas Weber
 */
public class BadContentException
  extends Exception {
  
  /** for serialization. */
  private static final long serialVersionUID = 1625864303430463264L;

  /**
   * BadContentException constructor comment.
   */
  public BadContentException() {
    super();
  }
  
  /**
   * BadContentException constructor comment.
   * @param s java.lang.String
   */
  public BadContentException(String s) {
    super(s);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy