Class SchemaDateTimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs.SchemaDateTimeException
-
- All Implemented Interfaces:
Serializable
public class SchemaDateTimeException extends RuntimeException
- Version:
- $Id$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaDateTimeException()
SchemaDateTimeException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SchemaDateTimeException
public SchemaDateTimeException()
-
SchemaDateTimeException
public SchemaDateTimeException(String s)
-
-