org.jacorb.idl
Class NoHelperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jacorb.idl.NoHelperException
- All Implemented Interfaces:
- Serializable
public class NoHelperException
- extends Exception
This Exception will be thrown when there is no Helper class
available for a specific CORBA type. It has no methods or fields
as it is used only as a kind of marker.
- Version:
- $Id: NoHelperException.java,v 1.2 2011-05-13 12:17:12 nick.cross Exp $
- Author:
- Thomas Leineweber
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoHelperException
public NoHelperException()
Copyright © 2012 JacORB. All Rights Reserved.