Package netlib.slatec

Class Xermsg.SlatecException

java.lang.Object
java.lang.Throwable
java.lang.Exception
netlib.slatec.Xermsg.SlatecException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Xermsg

public static final class Xermsg.SlatecException
extends java.lang.Exception
See Also:
Xermsg, Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int LEVEL  
    java.lang.String LIBRAR  
    java.lang.String MESSG  
    int NERR  
    java.lang.String SUBROU  
  • Constructor Summary

    Constructors 
    Constructor Description
    SlatecException​(java.lang.String LIBRAR, java.lang.String SUBROU, java.lang.String MESSG, int NERR, int LEVEL)  
  • 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

    • NERR

      public final int NERR
    • LEVEL

      public final int LEVEL
    • LIBRAR

      public final java.lang.String LIBRAR
    • SUBROU

      public final java.lang.String SUBROU
    • MESSG

      public final java.lang.String MESSG
  • Constructor Details

    • SlatecException

      public SlatecException​(java.lang.String LIBRAR, java.lang.String SUBROU, java.lang.String MESSG, int NERR, int LEVEL)