Class jas.jasError
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jas.jasError

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----jas.jasError

public class jasError
extends Exception
Error thrown on problems encountered while running the basic jas assembler itself.

Constructor Index

 o jasError()
 o jasError(String)

Constructors

 o jasError
  public jasError()
 o jasError
  public jasError(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index