org.netbeans.modules.xml.xam/1 1.18.0 1

org.netbeans.modules.xml.xam.locator
Class CatalogModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.netbeans.modules.xml.xam.locator.CatalogModelException
All Implemented Interfaces:
Serializable

public class CatalogModelException
extends Exception

See Also:
Serialized Form

Constructor Summary
CatalogModelException()
          Creates a new instance of CatalogModelException without detail message.
CatalogModelException(String msg)
          Constructs an instance of CatalogModelException with the specified detail message.
CatalogModelException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)

org.netbeans.modules.xml.xam/1 1.18.0 1

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.