| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception csdl.jblanket.JBlanketException
JBlanketException | public class JBlanketException extends Exception (Code) | | Provides exception thrown for JBlanket related errors.
author: Joy M. Agustin version: $Id: JBlanketException.java,v 1.1 2004/11/07 00:32:42 timshadel Exp $ |
JBlanketException | public JBlanketException(String detailMessage)(Code) | | Thrown when exceptions occur during modification process.
Parameters: detailMessage - A message describing the problem. |
JBlanketException | public JBlanketException(String detailMessage, Throwable error)(Code) | | Thrown when exceptions occur during modification process.
Parameters: detailMessage - A message describing the problem. Parameters: error - The previous error. |
|
|
|