org.apache.xerces.impl.scd
Class SCDException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.xerces.impl.scd.SCDException
All Implemented Interfaces:
java.io.Serializable

public class SCDException
extends java.lang.Exception

Version:
$Id: SCDException.java 1023886 2010-10-18 16:23:20Z sandygao $
Author:
Ishan Jayawardena udeshike@gmail.com
See Also:
Serialized Form

Constructor Summary
SCDException()
          Constructs an exception.
SCDException(java.lang.String key)
          Constructs an exception with the specified key.
 
Method Summary
 java.lang.String getKey()
           
 
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

SCDException

public SCDException()
Constructs an exception.


SCDException

public SCDException(java.lang.String key)
Constructs an exception with the specified key.

Method Detail

getKey

public java.lang.String getKey()


Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.