org.apache.xerces.impl.dv.dtd
Class InvalidDatatypeValueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.xml.sax.SAXException
                    |
                    +--org.apache.xerces.impl.dv.dtd.InvalidDatatypeValueException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDatatypeValueException
extends org.xml.sax.SAXException

Version:
$Id: InvalidDatatypeValueException.java,v 1.3 2002/01/29 01:15:11 lehors Exp $
See Also:
Serialized Form

Constructor Summary
InvalidDatatypeValueException()
           
InvalidDatatypeValueException(java.lang.Exception exception)
           
InvalidDatatypeValueException(java.lang.String message)
           
InvalidDatatypeValueException(java.lang.String message, java.lang.Exception exception)
           
 
Method Summary
 java.lang.String getKeyIntoReporter()
           
 int getMajorCode()
           
 int getMinorCode()
           
 void setKeyIntoReporter(java.lang.String key)
           
 void setMajorCode(int code)
           
 void setMinorCode(int code)
           
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDatatypeValueException

public InvalidDatatypeValueException()

InvalidDatatypeValueException

public InvalidDatatypeValueException(java.lang.String message)
Parameters:
message -  

InvalidDatatypeValueException

public InvalidDatatypeValueException(java.lang.Exception exception)
Parameters:
exception -  

InvalidDatatypeValueException

public InvalidDatatypeValueException(java.lang.String message,
                                     java.lang.Exception exception)
Parameters:
message -  
exception -  
Method Detail

getMinorCode

public int getMinorCode()

getMajorCode

public int getMajorCode()

getKeyIntoReporter

public java.lang.String getKeyIntoReporter()

setMinorCode

public void setMinorCode(int code)

setMajorCode

public void setMajorCode(int code)

setKeyIntoReporter

public void setKeyIntoReporter(java.lang.String key)


Copyright © 1999-2002 Apache XML Project. All Rights Reserved.