org.jboss.xml.binding
Class JBossXBValueFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jboss.xml.binding.JBossXBRuntimeException (src) 
                  extended byorg.jboss.xml.binding.JBossXBValueFormatException
All Implemented Interfaces:
java.io.Serializable

public class JBossXBValueFormatException
extends JBossXBRuntimeException (src)

See Also:
Serialized Form

Constructor Summary
JBossXBValueFormatException()
           
JBossXBValueFormatException(java.lang.String message)
           
JBossXBValueFormatException(java.lang.String message, java.lang.Throwable cause)
           
JBossXBValueFormatException(java.lang.Throwable cause)
           
 
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

JBossXBValueFormatException

public JBossXBValueFormatException()

JBossXBValueFormatException

public JBossXBValueFormatException(java.lang.String message)

JBossXBValueFormatException

public JBossXBValueFormatException(java.lang.Throwable cause)

JBossXBValueFormatException

public JBossXBValueFormatException(java.lang.String message,
                                   java.lang.Throwable cause)