analyzer.util
Class Err

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--analyzer.util.Err

public class Err
extends java.lang.Error

See Also:
Serialized Form

Field Summary
static int DIM_MISMATCH
           
static java.lang.String[] NAMES
           
static int TYPE_UNKNOWN
           
 
Constructor Summary
Err(int i)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DIM_MISMATCH

public static final int DIM_MISMATCH

TYPE_UNKNOWN

public static final int TYPE_UNKNOWN

NAMES

public static final java.lang.String[] NAMES
Constructor Detail

Err

public Err(int i)


Email questions and comments to
shumway@uiuc.edu or nzhong@ncsa.uiuc.edu