com.infoengine.sql92
Class syntax_error

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.infoengine.sql92.syntax_error
All Implemented Interfaces:
Serializable

public class syntax_error
extends Exception

$Header: /usr2/Repository/java/3x/com/infoengine/sql92/syntax_error.java,v 1.1 1999/11/29 03:15:39 petersen Exp $ Copyright (c) 1997-1998 auxilium Inc. All Rights Reserved. This software is the confidential and proprietary information of auxilium Inc. ("Confidential Information"). You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the license agreement you entered into with auxilium. auxilium MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. auxilium SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. CopyrightVersion 1.0 Class: syntax_error Description: Exception subclass for reporting errors in EvalSQL92 Constants: Variables: Methods:

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
syntax_error(String msg)
          Constructor with a message
 
Method Summary
 void crash()
          Method called to do a forced error exit on an internal error for cases when we can't actually throw the exception.
 
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, notify, notifyAll, wait, wait, wait
 

Constructor Detail

syntax_error

public syntax_error(String msg)
Constructor with a message

Method Detail

crash

public void crash()
Method called to do a forced error exit on an internal error for cases when we can't actually throw the exception.