com.bea.plateng.gpr.registry
Class RegistryParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.plateng.gpr.registry.RegistryParsingException
All Implemented Interfaces:
java.io.Serializable

public class RegistryParsingException
extends java.lang.Exception

This exception is thrown when the registry.xml file cannot be parsed for any reason.

Version:
4.0.0 Apr 12, 2005
Author:
Copyright (c) 2004 by BEA Systems, Inc., All Rights Reserved.

Constructor Summary
RegistryParsingException(java.lang.Exception e)

Constructs a RegistryParsingException class with the encapsulated exception.            

RegistryParsingException(java.lang.String s)

Constructs a RegistryParsingException class with the message contained in a String.            

 
Method Summary
 
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

RegistryParsingException

public RegistryParsingException(java.lang.String s)
Creates an exception.
Parameters:
s - A String containing an error message

RegistryParsingException

public RegistryParsingException(java.lang.Exception e)
Creates an exception.
Parameters:
e - An Exception containing the encapsulated exception


Copyright © 2004 BEA Systems, Inc. All Rights Reserved.