initial checkin
[org.ibex.nanogoat.git] / VirtualMachineError.jad
1 // Decompiled by Jad v1.5.7f. Copyright 2000 Pavel Kouznetsov.
2 // Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
3 // Decompiler options: packimports(3) 
4 // Source File Name:   VirtualMachineError.java
5
6 package java.lang;
7
8 // Referenced classes of package java.lang:
9 //            Error, String
10
11 public abstract class VirtualMachineError extends Error
12 {
13
14     public VirtualMachineError()
15     {
16     }
17
18     public VirtualMachineError(String s)
19     {
20         super(s);
21     }
22
23     private static final long serialVersionUID = 0x39c25654802f0e1eL;
24 }