org.objectweb.jorm.naming.api
Class PExceptionNameCoding

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.objectweb.jorm.api.PException
                    |
                    +--org.objectweb.jorm.naming.api.PExceptionNaming
                          |
                          +--org.objectweb.jorm.naming.api.PExceptionNameCoding
All Implemented Interfaces:
java.io.Serializable

public class PExceptionNameCoding
extends PExceptionNaming

Generated when a problem arise during coding operations.

Author:
P. Dechamboux
See Also:
Serialized Form

Constructor Summary
PExceptionNameCoding(java.lang.Exception e, java.lang.String em)
           
PExceptionNameCoding(java.lang.String em)
           
 
Methods inherited from class org.objectweb.jorm.api.PException
getNestedException, print
 
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

PExceptionNameCoding

public PExceptionNameCoding(java.lang.String em)

PExceptionNameCoding

public PExceptionNameCoding(java.lang.Exception e,
                            java.lang.String em)