Package org.apache.xmlbeans.impl.values
Class XmlValueOutOfRangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XmlValueNotSupportedException
public class XmlValueOutOfRangeException extends IllegalArgumentException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description XmlValueOutOfRangeException()
XmlValueOutOfRangeException(String message)
XmlValueOutOfRangeException(String code, Object[] args)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XmlValueOutOfRangeException
public XmlValueOutOfRangeException() -
XmlValueOutOfRangeException
-
XmlValueOutOfRangeException
-