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 SummaryConstructors Constructor Description DOMCodecException()DOMCodecException(java.lang.String message)DOMCodecException(java.lang.String message, java.lang.Throwable cause)DOMCodecException(java.lang.Throwable cause)
 
- 
- 
- 
Constructor Detail- 
DOMCodecExceptionpublic DOMCodecException() 
 - 
DOMCodecExceptionpublic DOMCodecException(java.lang.String message) - Parameters:
- message-
 
 - 
DOMCodecExceptionpublic DOMCodecException(java.lang.String message, java.lang.Throwable cause)- Parameters:
- message-
- cause-
 
 - 
DOMCodecExceptionpublic DOMCodecException(java.lang.Throwable cause) - Parameters:
- cause-
 
 
- 
 
-