Package org.apache.ibatis.builder
Class IncompleteElementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.ibatis.exceptions.IbatisException
-
- org.apache.ibatis.exceptions.PersistenceException
-
- org.apache.ibatis.builder.BuilderException
-
- org.apache.ibatis.builder.IncompleteElementException
-
- All Implemented Interfaces:
java.io.Serializable
public class IncompleteElementException extends BuilderException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description IncompleteElementException()
IncompleteElementException(java.lang.String message)
IncompleteElementException(java.lang.String message, java.lang.Throwable cause)
IncompleteElementException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IncompleteElementException
public IncompleteElementException()
-
IncompleteElementException
public IncompleteElementException(java.lang.String message, java.lang.Throwable cause)
-
IncompleteElementException
public IncompleteElementException(java.lang.String message)
-
IncompleteElementException
public IncompleteElementException(java.lang.Throwable cause)
-
-