Class ChannelNotFound

java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.sc.seis.sod.hibernate.ChannelNotFound
All Implemented Interfaces:
java.io.Serializable

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

    Fields 
    Modifier and Type Field Description
    edu.sc.seis.sod.model.station.ChannelId channel  
  • Constructor Summary

    Constructors 
    Constructor Description
    ChannelNotFound​(edu.sc.seis.seisFile.fdsnws.stationxml.Channel chan)  
    ChannelNotFound​(edu.sc.seis.sod.model.station.ChannelId channel)  
    ChannelNotFound​(java.lang.String reason, edu.sc.seis.seisFile.fdsnws.stationxml.Channel chan)  
    ChannelNotFound​(java.lang.String reason, edu.sc.seis.sod.model.station.ChannelId channel)  
  • 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 Details

    • channel

      public edu.sc.seis.sod.model.station.ChannelId channel
  • Constructor Details

    • ChannelNotFound

      public ChannelNotFound​(java.lang.String reason, edu.sc.seis.seisFile.fdsnws.stationxml.Channel chan)
    • ChannelNotFound

      public ChannelNotFound​(edu.sc.seis.seisFile.fdsnws.stationxml.Channel chan)
    • ChannelNotFound

      public ChannelNotFound​(edu.sc.seis.sod.model.station.ChannelId channel)
    • ChannelNotFound

      public ChannelNotFound​(java.lang.String reason, edu.sc.seis.sod.model.station.ChannelId channel)