to.etc.xml
Class W3CEncodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by to.etc.xml.W3CEncodingException
All Implemented Interfaces:
java.io.Serializable

public class W3CEncodingException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
W3CEncodingException()
           
W3CEncodingException(java.lang.String msg)
           
W3CEncodingException(java.lang.String msg, java.lang.String value)
           
 
Method Summary
 java.lang.String getLocation()
           
 java.lang.String getMessage()
           
 java.lang.String getReason()
           
 java.lang.String getValue()
           
 W3CEncodingException setLocation(java.lang.String location)
           
 W3CEncodingException setReason(java.lang.String reason)
           
 W3CEncodingException setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

W3CEncodingException

public W3CEncodingException(java.lang.String msg)

W3CEncodingException

public W3CEncodingException(java.lang.String msg,
                            java.lang.String value)

W3CEncodingException

public W3CEncodingException()
Method Detail

getLocation

public java.lang.String getLocation()

setLocation

public W3CEncodingException setLocation(java.lang.String location)

getReason

public java.lang.String getReason()

setReason

public W3CEncodingException setReason(java.lang.String reason)

getValue

public java.lang.String getValue()

setValue

public W3CEncodingException setValue(java.lang.String value)

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable