jas
Class jasError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jas.jasError
All Implemented Interfaces:
Serializable

public class jasError
extends Exception

Error thrown on problems encountered while running the basic jas assembler itself.

Version:
$Revision: 1.1 $
Author:
$Author: jonmeyerny $
See Also:
Serialized Form

Field Summary
 boolean numTag
           
 
Constructor Summary
jasError(String s, boolean isNum)
           
jasError(String s)
           
jasError()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, wait, wait, wait
 

Field Detail

numTag

public boolean numTag
Constructor Detail

jasError

public jasError()

jasError

public jasError(String s)

jasError

public jasError(String s,
                boolean isNum)


Copyright © 2006 Jonathan Meyer, USA All rights reserved.