Package ipsk.beans
Class DOMCodecException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ipsk.beans.DOMCodecException
-
- All Implemented Interfaces:
java.io.Serializable
public class DOMCodecException extends java.lang.Exception- Author:
- K.Jaensch, klausj@phonetik.uni-muenchen.de
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DOMCodecException()DOMCodecException(java.lang.String message)DOMCodecException(java.lang.String message, java.lang.Throwable cause)DOMCodecException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
DOMCodecException
public DOMCodecException()
-
DOMCodecException
public DOMCodecException(java.lang.String message)
- Parameters:
message-
-
DOMCodecException
public DOMCodecException(java.lang.String message, java.lang.Throwable cause)- Parameters:
message-cause-
-
DOMCodecException
public DOMCodecException(java.lang.Throwable cause)
- Parameters:
cause-
-
-