Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/Deprecated/Lang/Error/VirtualMachineError.hpp

Go to the documentation of this file.
00001 
00002 // Source File Name:   VirtualMachineError.java
00003 
00004 // package java.lang;
00005 
00006 // Referenced classes of package java.lang:
00007 //            Error, String
00008 
00009 
00010 #ifndef __J2K__VIRTUAL_MACHINE_ERROR_HPP__
00011 #define __J2K__VIRTUAL_MACHINE_ERROR_HPP__
00012 
00013 #include <j2k/Fred/String/String.hpp>
00014 #include <j2k/Fred/Lang/Error/Error.hpp>
00015 
00016 // public abstract
00017 class VirtualMachineError : public Error
00018 {
00019 public:
00020     VirtualMachineError() : Error() { }
00021     VirtualMachineError(String* s) : Error( s ) { }
00022 };
00023 
00024 #endif

Generated on Sun Oct 14 18:46:20 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001