// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: packimports(3) fieldsfirst lnc
// Source File Name: InternalSaxonError.java
package com.icl.saxon;
public class InternalSaxonError extends Error
{
public InternalSaxonError(String s)
{
/* 11*/ super(s);
}
}