org.netbeans.modules.xml.xam.locator
Class CatalogModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.netbeans.modules.xml.xam.locator.CatalogModelException
- All Implemented Interfaces:
- Serializable
public class CatalogModelException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CatalogModelException
public CatalogModelException()
- Creates a new instance of
CatalogModelException without detail message.
CatalogModelException
public CatalogModelException(String msg)
- Constructs an instance of
CatalogModelException with the specified detail message.
- Parameters:
msg - the detail message.
CatalogModelException
public CatalogModelException(Throwable cause)