org.ocd.blx
Class InvalidBLXXMLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.ocd.blx.InvalidBLXXMLException
All Implemented Interfaces:
java.io.Serializable

public class InvalidBLXXMLException
extends java.lang.Exception

Since:
$Date: 2002/04/15 05:25:10 $
Version:
$Revision: 1.3 $
Author:
$Author: ocd_dino $, ocd_dino - ocd_dino@users.sourceforge.net (initial author)
See Also:
Serialized Form

Constructor Summary
InvalidBLXXMLException()
          Creates new OCInvalidDCFXMLException without detail message.
InvalidBLXXMLException(java.lang.String msg)
          Constructs an OCInvalidDCFXMLException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidBLXXMLException

public InvalidBLXXMLException()
Creates new OCInvalidDCFXMLException without detail message.

InvalidBLXXMLException

public InvalidBLXXMLException(java.lang.String msg)
Constructs an OCInvalidDCFXMLException with the specified detail message.
Parameters:
msg - the detail message.