to.etc.xml
Class W3CEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
to.etc.xml.W3CEncodingException
- All Implemented Interfaces:
- java.io.Serializable
public class W3CEncodingException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
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 |
W3CEncodingException
public W3CEncodingException(java.lang.String msg)
W3CEncodingException
public W3CEncodingException(java.lang.String msg,
java.lang.String value)
W3CEncodingException
public W3CEncodingException()
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